Commit History

Author SHA1 Message Date
  Dario Nieuwenhuis 88aa133658 Merge pull request #788 from mkj/abort-wake 1 year ago
  Matt Johnston 7e12265f00 tcp: Wake tx waker after abort() 1 year ago
  bors[bot] 4aaab35b36 Merge #748 2 years ago
  Maximilian Hils f65351adfa implement Display and Error for error types 2 years ago
  Dario Nieuwenhuis cce9ae779c tcp: do not count window updates as duplicate acks. 2 years ago
  Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures. 2 years ago
  Dario Nieuwenhuis 5740b76574 iface: remove builder. 2 years ago
  Dario Nieuwenhuis b73c943eee iface: remove lifetimes. 2 years ago
  Dario Nieuwenhuis 8bd28ab66a tcp: ensure we always accept the segment at offset=0 even if the assembler is full. 2 years ago
  Dario Nieuwenhuis 0e1ba69ade socket: remove all uses of crate::{Error, Result}; 2 years ago
  Dario Nieuwenhuis 274260caf9 assembler: refactor algorithm to not care about total buffer size. 2 years ago
  Dario Nieuwenhuis 19a0389eb1 assembler: don't return Option. 2 years ago
  Thibaut Vandervelden 9183ca7b27 Fix pretty print and tcp socket connect tests 2 years ago
  Dario Nieuwenhuis 13cc7f83ac Clippy fixes. 2 years ago
  Dario Nieuwenhuis a55c00fab7 assembler: do not return whether there was an overlap. 2 years ago
  Thibaut Vandervelden 297d90b0ff IPv4 fragmentation (outgoing) 2 years ago
  Michael Birtwell f9f3ab8270 Send incomplete fin packets even if nagle enabled 2 years ago
  Jonathan Coates a25c9f2f47 Only clear retransmit timer when all packets are acked 2 years ago
  Jonathan Coates 28e6fd894d Asserts packets are sent in TCP tests 2 years ago
  Stefan Lankes 8090469c2a fix return value of `nagle_enable` 2 years ago
  Dario Nieuwenhuis 629f0bce79 socket: make dispatch infallible, except for emit errors. 2 years ago
  Dario Nieuwenhuis 37a276bcf2 socket: Make process() infallible. 2 years ago
  Dario Nieuwenhuis 591b789d1e tcp: return own error enums for public API. 2 years ago
  Dario Nieuwenhuis 72a9ee46ce socket: reorganize module structure, with one module per protocol. 2 years ago
  Dario Nieuwenhuis 5db57bcac5 Clippy fixes. 2 years ago
  Dario Nieuwenhuis eb41d077e0 Remove IpAddress::Unspecified, assign src addr in sockets. 2 years ago
  Anuvrat 8ba8830378 Corrects minor spelling errors 3 years ago
  Maximilian Hils d2f66d619a tcp socket: keep settings on reset, fix #601 3 years ago
  Thibaut Vandervelden 53c46d78a9 add fragmentation mechanism 3 years ago
  Dario Nieuwenhuis 5989896299 Remove IpRepr::Unspecified and lowering. 3 years ago