Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis b332b40ff5 tcp rtte: fix "attempt to multiply with overflow". Fixes #468 il y a 4 ans
  Dario Nieuwenhuis 8347da7d59 Merge pull request #431 from dnadlinger/patch-2 il y a 4 ans
  David Nadlinger 6287584f7f socket/tcp: Fix missing ` in doc comment il y a 4 ans
  David Nadlinger 6316b89da8 socket/tcp: Fix is_active comment typo il y a 4 ans
  Alex Crawford 6d569deb2a Clean up clippy warnings about if-else blocks il y a 4 ans
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes il y a 4 ans
  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 5 ans
  Lucas Zanela 802c46305a Fix overly strict lifetime in TcpSocket. il y a 5 ans
  Dario Nieuwenhuis a27da3adf6 Remove now-redundant `remote_last_ack` update. il y a 5 ans