Historique des commits

Auteur SHA1 Message Date
  whitequark 49ed4ae5f3 Add a TCP data source endpoint to the server example. il y a 7 ans
  whitequark f76b4be42d Dispatch a TCP ACK every time window increases at all. il y a 7 ans
  whitequark 21282fdb22 Send a TCP ACK after window increases from zero to non-zero. il y a 7 ans
  whitequark 86a05f13f5 More rigorously treat the TcpSocket::remote_last_ack field. il y a 7 ans
  whitequark 3ab58b084d Fix the TCP SEQ acceptability check. il y a 7 ans
  whitequark b92708596a Move the TCP receive window clamping hack downwards in stack. il y a 7 ans
  whitequark 280ddde479 Fix Ipv4Packet::payload{,_mut}() returning overly long buffers. il y a 7 ans
  whitequark 1ece71a774 Return from EthernetInterface::poll() on errors, don't swallow them. il y a 7 ans
  whitequark 79d8470f41 Rework TCP retransmit logic to be much more robust. il y a 7 ans
  whitequark 614323b9a9 README: add some notable omissions. il y a 7 ans
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. il y a 7 ans
  whitequark 46630603df Reset the timer transitioning from TCP FIN-WAIT-1 to FIN-WAIT-2. il y a 7 ans
  whitequark 2354e0b29d Clarify a function name. il y a 7 ans
  whitequark 66e3684189 Add a test for TCP sockets returning ACKs even with zero window. il y a 7 ans
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. il y a 7 ans
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. il y a 7 ans
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. il y a 7 ans
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. il y a 7 ans
  whitequark ad9fa282e6 Unify EthernetInterface::{send_response,emit} transmit paths. il y a 7 ans
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. il y a 7 ans
  whitequark 5cb2dcd1aa Fix a TCP retransmit loop after transition from SYN-SENT to ESTABLISHED. il y a 7 ans
  whitequark b5df50643e Fix a bug that caused TCP packets with PSH bit to be dropped. il y a 7 ans
  whitequark 81d79c5455 README: fix typo. il y a 7 ans
  whitequark 639dfd94c0 TcpRepr::push → TcpControl::Psh. il y a 7 ans
  whitequark f3dc84539e Immediately ACK payload in response to TCP packets that have any. il y a 7 ans
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. il y a 7 ans
  whitequark bf916e6832 Make TCP packets not matching socket state return Error::Dropped. il y a 7 ans
  whitequark d9458c060b Add a missing \0 in a C string. il y a 7 ans
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. il y a 7 ans
  whitequark 7e6e379e09 Fix a typo that broke ARP replies. il y a 7 ans