Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis e9e1477373 tcp: add Delayed ACK il y a 4 ans
  Alex Crawford 98f9f8e582 Allow DeviceCapabilities to be initialized il y a 4 ans
  Dario Nieuwenhuis 5117af776a tcp: Add RTT estimation. il y a 4 ans
  Dario Nieuwenhuis ac50995516 More clippy fixes. il y a 4 ans
  Dario Nieuwenhuis b175faedcb Merge pull request #398 from smoltcp-rs/simultaneous-close il y a 4 ans
  Alex Crawford 95bbd24869 Clean up iterator chains il y a 4 ans
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match il y a 4 ans
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison il y a 4 ans
  Dario Nieuwenhuis 2219af77b2 tcp: fix racey simultaneous close not sending FIN. il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Dario Nieuwenhuis 23bb12a856 Async/await waker support. il y a 4 ans
  Dario Nieuwenhuis 965ff97007 Merge pull request #395 from crawford/clippy il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford 113a6c16b8 Use newline variants of write macro il y a 4 ans
  Dario Nieuwenhuis c510a96012 Don't use matches! macro, for Rust 1.36 support il y a 4 ans
  Dario Nieuwenhuis f20ad0e8de Fix seq_to_transmit incorrectly returning true when a FIN was enqueued. il y a 4 ans
  Dario Nieuwenhuis 2080152b25 tcp: don't send data outside the remote window il y a 4 ans
  Dario Nieuwenhuis 65e5893153 tcp: allow sending ACKs in FinWait2 state. il y a 4 ans
  mustermeiszer b767861998 Taking into account TCP and IP header il y a 4 ans
  mustermeiszer b933bc361f Fixes unused MTU settings at TcpSocket dispatch il y a 4 ans
  Ryan Summers bdfa44270e Return RST to unexpected ACK in SYN-SENT state. il y a 4 ans
  Dario Nieuwenhuis be6bbfe6d1 Do not send window updates in states that shouldn't do so. il y a 4 ans
  Lucas Zanela 802c46305a Fix overly strict lifetime in TcpSocket. il y a 4 ans
  Dario Nieuwenhuis a27da3adf6 Remove now-redundant `remote_last_ack` update. il y a 4 ans
  Dario Nieuwenhuis 82a1c971ff Document `Error::Finished` in `recv()`. il y a 4 ans
  Dario Nieuwenhuis 8d96626fc8 Return `Error::Finished` in `recv()` on graceful close. il y a 4 ans
  Dario Nieuwenhuis 7f0f844ade Always send updated ack number in `ack_reply()`. il y a 4 ans
  Dario Nieuwenhuis b7a14980d0 Accept data packets in FIN_WAIT_2 state. il y a 4 ans
  fdb-hiroshima c03bb50dc1 use provided ip for TcpSocket::connect instead of 0.0.0.0 il y a 5 ans
  Scott Mabin a67ee07922 Add capacity methods to all sockets. il y a 5 ans