Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 64d306340b Fix a few warnings. hace 7 años
  whitequark 394ea4d633 Implement reassembly of out-of-order TCP segments. hace 7 años
  whitequark af51f2aba9 Clean up PSH flag handling. hace 7 años
  whitequark c43446ff3a Do not clear remote_last_ts in TcpSocket::set_timeout(). hace 7 años
  whitequark 968255e56d Clean up and document TCP MSS calculations. hace 7 años
  whitequark 30cafe3106 Implement a buffer (re)assembler. hace 7 años
  whitequark 742a8f5e2b smoltcp;:parsing → smoltcp::parsers. hace 7 años
  whitequark 64a82709d4 Implement TCP timeouts. hace 7 años
  whitequark a04b32441b Implement TCP keep-alive. hace 7 años
  whitequark c5deacbcb8 Fix warnings. hace 7 años
  whitequark 14355e15d0 RingBuffer::{empty,full}→is_{empty,full}. hace 7 años
  whitequark 388e94b32a Remove Error::Rejected. hace 7 años
  Egor Karavaev a2c66fdd88 Factor out TcpSocket::accepts. hace 7 años
  Egor Karavaev 44cf21b91b Factor out UdpSocket::accepts. hace 7 años
  Egor Karavaev 5303501173 Factor out RawSocket::accepts. hace 7 años
  whitequark cef2d58c73 Send a challenge ACK in response to an unacceptable TCP ACK. hace 7 años
  whitequark ef6f65812e Remove RingBuffer::set_len(). hace 7 años
  whitequark 68921f14f8 Refactor the "random access" ring buffer interface. hace 7 años
  whitequark fb05226a62 Refactor the "continuous" ring buffer interface. hace 7 años
  whitequark 9cb813134c Merge the TCP ring buffer and generic ring buffer. hace 7 años
  whitequark 550deb3bc5 Don't instantly ACK every received TCP segment. hace 7 años
  whitequark 962180b71c Update feature list in README to mention everything from RFC 1122. hace 7 años
  whitequark 6ebcddd077 According to RFC 1122, unsupported IP options MUST be ignored. hace 7 años
  whitequark 3fff475c8f An unaddressable egress packet should not be a reportable error. hace 7 años
  whitequark dc94c35da3 Unbreak traffic shaper in the fault injector. hace 7 años
  whitequark 017210ea28 Exhaustion of transmit buffers should not be a reportable error. hace 7 años
  whitequark fac42e94db Fix an inaccurate comment. hace 7 años
  whitequark 01021e46ce Fix an unused import warning. hace 7 años
  whitequark 7e2dc1a6d6 Allow querying the size of the TCP transmit and receive buffers. hace 7 años
  whitequark b6f7529fd7 TCP socket debug messages "sending <flags>" should be at DEBUG level. hace 7 años