Historie revizí

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