Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  whitequark d57b42ca93 Don't send TCP FIN flag yet if next segment will also have data. 8 vuotta sitten
  whitequark bb630e101c Reset the TCP retransmit timer on valid ACK if transmit half is open. 8 vuotta sitten
  whitequark 309d0f56c8 Fix build with no alloc or collections. 8 vuotta sitten
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. 8 vuotta sitten
  whitequark e1a40d8e57 Don't respond with RST to ACKs in TCP LISTEN state. 8 vuotta sitten
  whitequark 65a09329cc Reject, not accept, TCP RST packets in LISTEN state. 8 vuotta sitten
  whitequark 096dd54642 Add TcpSocket::abort(). 8 vuotta sitten
  whitequark 9570d66f77 Reject all TCP packets in the CLOSED state. 8 vuotta sitten
  whitequark c10f37f305 Properly document TCP state machine query methods. 8 vuotta sitten
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). 8 vuotta sitten
  whitequark 778753d26d Do not send RST in response to invalid SEQ or ACK. 8 vuotta sitten
  whitequark 93c7fbaa73 Always display meaningful endpoint in trace messages. 8 vuotta sitten
  whitequark a624559127 Fix inverted meaning of TcpSocketBuffer::empty(). 8 vuotta sitten
  whitequark 4f2c58d4f6 Add lots of sanity checking to TCP test helpers. 8 vuotta sitten
  whitequark 616730558a Do not try to retransmit SYN as if it was in data stream. 8 vuotta sitten
  whitequark 41f9426380 Calculate IP payload length from the total length field. 8 vuotta sitten
  whitequark b860505775 Try to get TCP state query methods into a saner state. 8 vuotta sitten
  whitequark a5c05f2f8e Do not use UTF-8 in net_trace!(). 8 vuotta sitten
  whitequark 1cd88421b4 Fix a bug that caused .send();.close(); to result in a lost FIN. 8 vuotta sitten
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. 8 vuotta sitten
  whitequark b4b97ec88f Use the managed crate. 8 vuotta sitten
  whitequark 286c130dc5 Implement TCP retransmission. 8 vuotta sitten
  whitequark 5b4db5fe10 TCP: retransmit ACK when receiving duplicate SEQ. 8 vuotta sitten
  whitequark 9535809201 #[inline(always)] → #[inline] 8 vuotta sitten
  whitequark 553d640057 Implement the TCP TIME-WAIT state. 8 vuotta sitten
  whitequark 40be830fef Implement the TCP CLOSING state. 8 vuotta sitten
  whitequark a4759258e5 Implement the TCP FIN-WAIT-2 state. 8 vuotta sitten
  whitequark a058996e70 Implement the TCP FIN-WAIT-1 state. 8 vuotta sitten
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. 8 vuotta sitten
  whitequark 3bb3c9e078 Fix state names in documentation. 8 vuotta sitten