Histórico de Commits

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