Historie revizí

Autor SHA1 Zpráva Datum
  whitequark 49ed4ae5f3 Add a TCP data source endpoint to the server example. 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
  whitequark 280ddde479 Fix Ipv4Packet::payload{,_mut}() returning overly long buffers. před 7 roky
  whitequark 1ece71a774 Return from EthernetInterface::poll() on errors, don't swallow them. před 7 roky
  whitequark 79d8470f41 Rework TCP retransmit logic to be much more robust. před 7 roky
  whitequark 614323b9a9 README: add some notable omissions. před 7 roky
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. před 7 roky
  whitequark 46630603df Reset the timer transitioning from TCP FIN-WAIT-1 to FIN-WAIT-2. před 7 roky
  whitequark 2354e0b29d Clarify a function name. před 7 roky
  whitequark 66e3684189 Add a test for TCP sockets returning ACKs even with zero window. před 7 roky
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. před 7 roky
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. před 7 roky
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. před 7 roky
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. před 7 roky
  whitequark ad9fa282e6 Unify EthernetInterface::{send_response,emit} transmit paths. před 7 roky
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. před 7 roky
  whitequark 5cb2dcd1aa Fix a TCP retransmit loop after transition from SYN-SENT to ESTABLISHED. před 7 roky
  whitequark b5df50643e Fix a bug that caused TCP packets with PSH bit to be dropped. před 7 roky
  whitequark 81d79c5455 README: fix typo. před 7 roky
  whitequark 639dfd94c0 TcpRepr::push → TcpControl::Psh. před 7 roky
  whitequark f3dc84539e Immediately ACK payload in response to TCP packets that have any. před 7 roky
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. před 7 roky
  whitequark bf916e6832 Make TCP packets not matching socket state return Error::Dropped. před 7 roky
  whitequark d9458c060b Add a missing \0 in a C string. před 7 roky
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. před 7 roky
  whitequark 7e6e379e09 Fix a typo that broke ARP replies. před 7 roky