Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 778add2173 Update dev-dependencies. hace 8 años
  whitequark d57b42ca93 Don't send TCP FIN flag yet if next segment will also have data. hace 8 años
  whitequark bb630e101c Reset the TCP retransmit timer on valid ACK if transmit half is open. hace 8 años
  whitequark 309d0f56c8 Fix build with no alloc or collections. hace 8 años
  whitequark 6a2c009b64 Test various combinations of features. hace 8 años
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. hace 8 años
  whitequark e1a40d8e57 Don't respond with RST to ACKs in TCP LISTEN state. hace 8 años
  whitequark 65a09329cc Reject, not accept, TCP RST packets in LISTEN state. hace 8 años
  whitequark 4952f5573c Add reference counting to SocketSet. hace 8 años
  whitequark 096dd54642 Add TcpSocket::abort(). hace 8 años
  whitequark 9570d66f77 Reject all TCP packets in the CLOSED state. hace 8 años
  whitequark c10f37f305 Properly document TCP state machine query methods. hace 8 años
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). hace 8 años
  whitequark 778753d26d Do not send RST in response to invalid SEQ or ACK. hace 8 años
  whitequark 93c7fbaa73 Always display meaningful endpoint in trace messages. hace 8 años
  Taylor Cramer c4c8a447a2 Fix mislabeled features in README.md hace 8 años
  whitequark a624559127 Fix inverted meaning of TcpSocketBuffer::empty(). hace 8 años
  whitequark 4f2c58d4f6 Add lots of sanity checking to TCP test helpers. hace 8 años
  whitequark 616730558a Do not try to retransmit SYN as if it was in data stream. hace 8 años
  whitequark d7e05d1654 Don't display IP packet error twice when pretty-printing. hace 8 años
  whitequark 41f9426380 Calculate IP payload length from the total length field. hace 8 años
  whitequark ea02b58178 Pretty-print TCP and UDP representations, and verify checksums. hace 8 años
  whitequark b860505775 Try to get TCP state query methods into a saner state. hace 8 años
  whitequark a5c05f2f8e Do not use UTF-8 in net_trace!(). hace 8 años
  whitequark 1cd88421b4 Fix a bug that caused .send();.close(); to result in a lost FIN. hace 8 años
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. hace 8 años
  whitequark 0dedbaf597 impl Debug for SocketSet. hace 8 años
  whitequark 8bff18cfdd Rework the user-facing error handling in UDP sockets. hace 8 años
  whitequark 0293008ad8 Allow copying socket set handles. hace 8 años
  whitequark d5638f469f Return the amount of bytes sent from UdpSocket::send_slice. hace 8 años