Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark c879b39629 Fix a warning. há 7 anos atrás
  whitequark eff0e0b90e Handle buffer wraparound in TCP reassembly code. há 7 anos atrás
  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 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
  whitequark cef2d58c73 Send a challenge ACK in response to an unacceptable TCP ACK. 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 7e2dc1a6d6 Allow querying the size of the TCP transmit and receive buffers. há 7 anos atrás
  whitequark b6f7529fd7 TCP socket debug messages "sending <flags>" should be at DEBUG level. há 7 anos atrás
  whitequark f76b4be42d Dispatch a TCP ACK every time window increases at all. há 7 anos atrás
  whitequark 21282fdb22 Send a TCP ACK after window increases from zero to non-zero. há 7 anos atrás
  whitequark 86a05f13f5 More rigorously treat the TcpSocket::remote_last_ack field. há 7 anos atrás
  whitequark 3ab58b084d Fix the TCP SEQ acceptability check. há 7 anos atrás
  whitequark b92708596a Move the TCP receive window clamping hack downwards in stack. há 7 anos atrás
  whitequark 79d8470f41 Rework TCP retransmit logic to be much more robust. há 7 anos atrás
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. há 7 anos atrás
  whitequark 46630603df Reset the timer transitioning from TCP FIN-WAIT-1 to FIN-WAIT-2. há 7 anos atrás
  whitequark 66e3684189 Add a test for TCP sockets returning ACKs even with zero window. há 7 anos atrás