Історія комітів

Автор SHA1 Опис Дата
  whitequark 1a810294e2 Fix two issues that may cause TCP sockets to be polled too late. 7 роки тому
  whitequark 43cc132459 Fix a typo in documentation. 7 роки тому
  whitequark 64369d9801 Make TCP more RFC 5681 compliant wrt immediate ACKs. 7 роки тому
  whitequark fb624e5528 Clarify inline TCP documentation. 7 роки тому
  whitequark c879b39629 Fix a warning. 7 роки тому
  whitequark eff0e0b90e Handle buffer wraparound in TCP reassembly code. 7 роки тому
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. 7 роки тому
  whitequark 64d306340b Fix a few warnings. 7 роки тому
  whitequark 394ea4d633 Implement reassembly of out-of-order TCP segments. 7 роки тому
  whitequark af51f2aba9 Clean up PSH flag handling. 7 роки тому
  whitequark c43446ff3a Do not clear remote_last_ts in TcpSocket::set_timeout(). 7 роки тому
  whitequark 968255e56d Clean up and document TCP MSS calculations. 7 роки тому
  whitequark 64a82709d4 Implement TCP timeouts. 7 роки тому
  whitequark a04b32441b Implement TCP keep-alive. 7 роки тому
  whitequark c5deacbcb8 Fix warnings. 7 роки тому
  whitequark 14355e15d0 RingBuffer::{empty,full}→is_{empty,full}. 7 роки тому
  whitequark 388e94b32a Remove Error::Rejected. 7 роки тому
  Egor Karavaev a2c66fdd88 Factor out TcpSocket::accepts. 7 роки тому
  whitequark cef2d58c73 Send a challenge ACK in response to an unacceptable TCP ACK. 7 роки тому
  whitequark 68921f14f8 Refactor the "random access" ring buffer interface. 7 роки тому
  whitequark fb05226a62 Refactor the "continuous" ring buffer interface. 7 роки тому
  whitequark 9cb813134c Merge the TCP ring buffer and generic ring buffer. 7 роки тому
  whitequark 550deb3bc5 Don't instantly ACK every received TCP segment. 7 роки тому
  whitequark 7e2dc1a6d6 Allow querying the size of the TCP transmit and receive buffers. 7 роки тому
  whitequark b6f7529fd7 TCP socket debug messages "sending <flags>" should be at DEBUG level. 7 роки тому
  whitequark f76b4be42d Dispatch a TCP ACK every time window increases at all. 7 роки тому
  whitequark 21282fdb22 Send a TCP ACK after window increases from zero to non-zero. 7 роки тому
  whitequark 86a05f13f5 More rigorously treat the TcpSocket::remote_last_ack field. 7 роки тому
  whitequark 3ab58b084d Fix the TCP SEQ acceptability check. 7 роки тому
  whitequark b92708596a Move the TCP receive window clamping hack downwards in stack. 7 роки тому