Historie revizí

Autor SHA1 Zpráva Datum
  Ryan Summers bdfa44270e Return RST to unexpected ACK in SYN-SENT state. před 4 roky
  Dario Nieuwenhuis be6bbfe6d1 Do not send window updates in states that shouldn't do so. před 4 roky
  Lucas Zanela 802c46305a Fix overly strict lifetime in TcpSocket. před 4 roky
  Dario Nieuwenhuis a27da3adf6 Remove now-redundant `remote_last_ack` update. před 4 roky
  Dario Nieuwenhuis 82a1c971ff Document `Error::Finished` in `recv()`. před 4 roky
  Dario Nieuwenhuis 8d96626fc8 Return `Error::Finished` in `recv()` on graceful close. před 4 roky
  Dario Nieuwenhuis 7f0f844ade Always send updated ack number in `ack_reply()`. před 4 roky
  Dario Nieuwenhuis b7a14980d0 Accept data packets in FIN_WAIT_2 state. před 4 roky
  fdb-hiroshima c03bb50dc1 use provided ip for TcpSocket::connect instead of 0.0.0.0 před 5 roky
  Scott Mabin a67ee07922 Add capacity methods to all sockets. před 5 roky
  Richard Meadows 1ada3da5aa Allow TCPSockets in a SocketSet without 'static storage lifetime před 5 roky
  whitequark 4ed4635938 Fix spurious crash in commit bd3912e5. před 5 roky
  whitequark bd3912e53e Bump log dependency to version 0.4. NFC. před 5 roky
  whitequark da1f2a85fd Fix docstrings for TcpSocket::{send,recv}_slice(). NFC. před 5 roky
  whitequark 60b67c45f5 Clarify TcpSocket::recv_queue() semantics. NFC. před 5 roky
  whitequark 4cec6eea0a Fix typo in docstring. NFC. před 5 roky
  jhwgh1968 ed8dce015c Minimal Implementation of TCP Selective Acknowledgement před 6 roky
  jhwgh1968 92e970b379 Fully implement TCP Window Scaling před 6 roky
  jhwgh1968 42d25bfe26 Implement TCP Window Scaling, Phase 1 (Issue #106) před 6 roky
  Kai Lüke 7699265a09 Only trigger fast retransmit for data to send před 6 roky
  Kai Lüke 56030c5d2a Reset retrasmission delay after fast retrasmit před 6 roky
  Ole Martin Ruud 216c393607 Fix implementation of fast retransmit (TcpSocket) před 6 roky
  Astro 908ef8d020 Optimize RingBuffer::enqueue_many_with to an empty buffer. před 6 roky
  Ole Martin Ruud 375b0266fe Implement fast retransmit for TcpSocket před 7 roky
  Ole Martin Ruud 839dd9c6b1 Implement new type for `poll_at` před 7 roky
  whitequark 9a7318d1e6 Fix format strings using time to not include extraneous ms suffix. před 7 roky
  Kai Lüke 7935f0d0b5 Update remote_last_win for all ACKs před 7 roky
  Dan Robertson c418b60b5d Use time types in socket před 7 roky
  Philipp Oppermann c2d18ec071 Return specific sockets from `new` functions instead of `Socket`. před 7 roky
  whitequark fcffa6a5b1 Disregard TCP FIN flag if it arrives in a segment not at window start. před 7 roky