Cronologia Commit

Autore SHA1 Messaggio Data
  whitequark d931625af0 Implement TCP TIME-WAIT timeouts. 8 anni fa
  whitequark 16222445a6 Clamp TCP receive window to MSS multiplied by maximum burst size. 8 anni fa
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits 8 anni fa
  whitequark 293ea51722 Improve handling of TCP ACK packets in FIN-* states. 8 anni fa
  whitequark 708f40d776 Fix condition for acceptable RST|ACK in TCP SYN-SENT state. 8 anni fa
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. 8 anni fa
  whitequark 11c875160a Fix an incorrect tracing message. 8 anni fa
  whitequark 899a5a1963 Fix the TCP MSS calculation. 8 anni fa
  whitequark e8ece3e567 Fix an incorrect payload length when sending TCP MSS option. 8 anni fa
  whitequark 41ec6a5a57 Receive the TCP MSS option and act on it. 8 anni fa
  whitequark 7af6ddfa0c Send the TCP MSS option. 8 anni fa
  whitequark a43dfd34cd Add support for TCP MSS option in TCP representation. 8 anni fa
  whitequark be7fb84739 Fix an inaccurate comment. 8 anni fa
  whitequark a20f89f5ee Fix the TCP FIN emission with queued data rolling over TX buffer. 8 anni fa
  whitequark 9aebbff35d Fix the TCP ACK handling in FIN-WAIT-1 state with queued data. 8 anni fa
  whitequark 53feb670e7 Refactor the TCP ACK handling in ESTABLISHED/CLOSE-WAIT states. 8 anni fa
  whitequark 4d11b5297f Don't switch TCP state from FIN-WAIT-1 to FIN-WAIT-2 with queued data. 8 anni fa
  whitequark 5f3296c5c5 If a TCP FIN|ACK also ACKs our FIN, transition to TIME-WAIT. 8 anni fa
  whitequark b90495fe8a Correctly treat TCP ACKs that acknowledge both data and a FIN. 8 anni fa
  whitequark d57b42ca93 Don't send TCP FIN flag yet if next segment will also have data. 8 anni fa
  whitequark bb630e101c Reset the TCP retransmit timer on valid ACK if transmit half is open. 8 anni fa
  whitequark 309d0f56c8 Fix build with no alloc or collections. 8 anni fa
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. 8 anni fa
  whitequark e1a40d8e57 Don't respond with RST to ACKs in TCP LISTEN state. 8 anni fa
  whitequark 65a09329cc Reject, not accept, TCP RST packets in LISTEN state. 8 anni fa
  whitequark 096dd54642 Add TcpSocket::abort(). 8 anni fa
  whitequark 9570d66f77 Reject all TCP packets in the CLOSED state. 8 anni fa
  whitequark c10f37f305 Properly document TCP state machine query methods. 8 anni fa
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). 8 anni fa
  whitequark 778753d26d Do not send RST in response to invalid SEQ or ACK. 8 anni fa