You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: trigger on all branches and fix unit test assertions
- Update all workflow push triggers from specific branches to ['*']
so CI runs on feature/fix branches
- Fix 3 unit tests that assert TCP_ESTABLISHED after accept(); the
SYN-ACK retransmission fix correctly keeps accepted sockets in
TCP_SYN_RCVD until the final ACK completes the handshake
0 commit comments