Closed copybara-service[bot] closed 3 days ago
netstack: check the TCP write list for validity before increasing SND.NXT
Writing a segment not actually in the write list could be causing the SND.NXT/writeList out of sync bug. This will panic early with a useful stack trace if that's the case.
netstack: check the TCP write list for validity before increasing SND.NXT
Writing a segment not actually in the write list could be causing the SND.NXT/writeList out of sync bug. This will panic early with a useful stack trace if that's the case.