Historique des commits

Auteur SHA1 Message Date
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). il y a 8 ans
  whitequark 778753d26d Do not send RST in response to invalid SEQ or ACK. il y a 8 ans
  whitequark 93c7fbaa73 Always display meaningful endpoint in trace messages. il y a 8 ans
  whitequark a624559127 Fix inverted meaning of TcpSocketBuffer::empty(). il y a 8 ans
  whitequark 4f2c58d4f6 Add lots of sanity checking to TCP test helpers. il y a 8 ans
  whitequark 616730558a Do not try to retransmit SYN as if it was in data stream. il y a 8 ans
  whitequark 41f9426380 Calculate IP payload length from the total length field. il y a 8 ans
  whitequark b860505775 Try to get TCP state query methods into a saner state. il y a 8 ans
  whitequark a5c05f2f8e Do not use UTF-8 in net_trace!(). il y a 8 ans
  whitequark 1cd88421b4 Fix a bug that caused .send();.close(); to result in a lost FIN. il y a 8 ans
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. il y a 8 ans
  whitequark b4b97ec88f Use the managed crate. il y a 8 ans
  whitequark 286c130dc5 Implement TCP retransmission. il y a 8 ans
  whitequark 5b4db5fe10 TCP: retransmit ACK when receiving duplicate SEQ. il y a 8 ans
  whitequark 9535809201 #[inline(always)] → #[inline] il y a 8 ans
  whitequark 553d640057 Implement the TCP TIME-WAIT state. il y a 8 ans
  whitequark 40be830fef Implement the TCP CLOSING state. il y a 8 ans
  whitequark a4759258e5 Implement the TCP FIN-WAIT-2 state. il y a 8 ans
  whitequark a058996e70 Implement the TCP FIN-WAIT-1 state. il y a 8 ans
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. il y a 8 ans
  whitequark 3bb3c9e078 Fix state names in documentation. il y a 8 ans
  whitequark 67aa329e04 Implement the TCP LAST-ACK state. il y a 8 ans
  whitequark 1a618aac45 Implement the TCP close operation. il y a 8 ans
  whitequark 947e9ebb0e Fix TCP sequence number in multiple consecutive non-ACKed data packets. il y a 8 ans
  whitequark 0c0ed8406e Fix TcpSocket::can_recv(). il y a 8 ans
  whitequark 3286e8a701 Fix ACK validation of TCP RST packets. il y a 8 ans
  whitequark ae8443e426 Fix several TCP out-of-bounds reads from the transmit buffer. il y a 8 ans
  whitequark dc9ac44ba7 Add TcpSocket::is_connected(). il y a 8 ans
  whitequark 2c0c1ea76a Use the correct wrapping operations on TCP sequence numbers. il y a 8 ans
  whitequark 5323f8833a Fix examples. il y a 8 ans