提交歷史

作者 SHA1 備註 提交日期
  Dario Nieuwenhuis b332b40ff5 tcp rtte: fix "attempt to multiply with overflow". Fixes #468 3 年之前
  Dario Nieuwenhuis 8347da7d59 Merge pull request #431 from dnadlinger/patch-2 4 年之前
  David Nadlinger 6287584f7f socket/tcp: Fix missing ` in doc comment 4 年之前
  David Nadlinger 6316b89da8 socket/tcp: Fix is_active comment typo 4 年之前
  Alex Crawford 6d569deb2a Clean up clippy warnings about if-else blocks 4 年之前
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes 4 年之前
  Dario Nieuwenhuis e9e1477373 tcp: add Delayed ACK 4 年之前
  Alex Crawford 98f9f8e582 Allow DeviceCapabilities to be initialized 4 年之前
  Dario Nieuwenhuis 5117af776a tcp: Add RTT estimation. 4 年之前
  Dario Nieuwenhuis ac50995516 More clippy fixes. 4 年之前
  Dario Nieuwenhuis b175faedcb Merge pull request #398 from smoltcp-rs/simultaneous-close 4 年之前
  Alex Crawford 95bbd24869 Clean up iterator chains 4 年之前
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match 4 年之前
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison 4 年之前
  Dario Nieuwenhuis 2219af77b2 tcp: fix racey simultaneous close not sending FIN. 4 年之前
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 年之前
  Dario Nieuwenhuis 23bb12a856 Async/await waker support. 4 年之前
  Dario Nieuwenhuis 965ff97007 Merge pull request #395 from crawford/clippy 4 年之前
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns 4 年之前
  Alex Crawford 113a6c16b8 Use newline variants of write macro 4 年之前
  Dario Nieuwenhuis c510a96012 Don't use matches! macro, for Rust 1.36 support 4 年之前
  Dario Nieuwenhuis f20ad0e8de Fix seq_to_transmit incorrectly returning true when a FIN was enqueued. 4 年之前
  Dario Nieuwenhuis 2080152b25 tcp: don't send data outside the remote window 4 年之前
  Dario Nieuwenhuis 65e5893153 tcp: allow sending ACKs in FinWait2 state. 4 年之前
  mustermeiszer b767861998 Taking into account TCP and IP header 4 年之前
  mustermeiszer b933bc361f Fixes unused MTU settings at TcpSocket dispatch 4 年之前
  Ryan Summers bdfa44270e Return RST to unexpected ACK in SYN-SENT state. 4 年之前
  Dario Nieuwenhuis be6bbfe6d1 Do not send window updates in states that shouldn't do so. 4 年之前
  Lucas Zanela 802c46305a Fix overly strict lifetime in TcpSocket. 4 年之前
  Dario Nieuwenhuis a27da3adf6 Remove now-redundant `remote_last_ack` update. 4 年之前