Cronologia Commit

Autore SHA1 Messaggio Data
  whitequark fb05226a62 Refactor the "continuous" ring buffer interface. 7 anni fa
  whitequark 9cb813134c Merge the TCP ring buffer and generic ring buffer. 7 anni fa
  whitequark 550deb3bc5 Don't instantly ACK every received TCP segment. 7 anni fa
  whitequark 7e2dc1a6d6 Allow querying the size of the TCP transmit and receive buffers. 7 anni fa
  whitequark b6f7529fd7 TCP socket debug messages "sending <flags>" should be at DEBUG level. 7 anni fa
  whitequark f76b4be42d Dispatch a TCP ACK every time window increases at all. 7 anni fa
  whitequark 21282fdb22 Send a TCP ACK after window increases from zero to non-zero. 7 anni fa
  whitequark 86a05f13f5 More rigorously treat the TcpSocket::remote_last_ack field. 7 anni fa
  whitequark 3ab58b084d Fix the TCP SEQ acceptability check. 7 anni fa
  whitequark b92708596a Move the TCP receive window clamping hack downwards in stack. 7 anni fa
  whitequark 79d8470f41 Rework TCP retransmit logic to be much more robust. 7 anni fa
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 7 anni fa
  whitequark 46630603df Reset the timer transitioning from TCP FIN-WAIT-1 to FIN-WAIT-2. 7 anni fa
  whitequark 66e3684189 Add a test for TCP sockets returning ACKs even with zero window. 7 anni fa
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. 7 anni fa
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. 7 anni fa
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. 7 anni fa
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. 7 anni fa
  whitequark 5cb2dcd1aa Fix a TCP retransmit loop after transition from SYN-SENT to ESTABLISHED. 7 anni fa
  whitequark b5df50643e Fix a bug that caused TCP packets with PSH bit to be dropped. 7 anni fa
  whitequark 639dfd94c0 TcpRepr::push → TcpControl::Psh. 7 anni fa
  whitequark f3dc84539e Immediately ACK payload in response to TCP packets that have any. 7 anni fa
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. 7 anni fa
  whitequark bf916e6832 Make TCP packets not matching socket state return Error::Dropped. 7 anni fa
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. 7 anni fa
  whitequark 56ee8e5df8 Listening TCP sockets should reject, not drop, ACKs. 7 anni fa
  whitequark 3864b490f7 Add TcpSocket::{peek,peek_slice}. 7 anni fa
  whitequark bc0e3c352d Emit exceptional events with the DEBUG log level, not TRACE. 7 anni fa
  whitequark 6b2d711347 Only return Err(Rejected) from TcpSocket::process on endpoint mismatch. 7 anni fa
  whitequark 6bc6cc7af7 Implement fmt::Write for TcpSocket. 7 anni fa