Historique des commits

Auteur SHA1 Message Date
  Alex Crawford 5a26227909 Remove unnecessary returns il y a 4 ans
  Alex Crawford 113a6c16b8 Use newline variants of write macro il y a 4 ans
  Alex Crawford ccf6915186 Remove explicit calls to as_ref/as_mut il y a 4 ans
  Daniel Egger 86333b0fb2 Merge pull request #390 from smoltcp-rs/gha il y a 4 ans
  Adam Greig 263c4d1e44 Remove Travis configuration il y a 4 ans
  Adam Greig aafc5e79ca Add Github Actions for CI 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
  whitequark f25a531987 Take MTU into account during TcpSocket dispatch. 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
  Sam Jones 1268fb3d8d Changed Dhcpv4Client to use device checksum capabilities il y a 4 ans
  whitequark 0a967c5d15 dhcpv4: use offered ip in requested ip option il y a 4 ans
  whitequark 929dc7d9ea Merge branch 'master' into dhcpv4-use-requested_ip il y a 4 ans
  Dario Nieuwenhuis 77da1e0a37 igmp: centisecs are really decisecs il y a 4 ans
  Ryan Summers bdfa44270e Return RST to unexpected ACK in SYN-SENT state. il y a 4 ans
  whitequark 7948edc020 Fix test that relied on matching panic messages. il y a 4 ans
  Thales Fragoso 39c41afb68 Match silent_until behavior of NeighborState and Cache il y a 4 ans
  Thales Fragoso b457416756 Merge lookup and lookup_pure methods il y a 4 ans
  Thales Fragoso 3bd6bc03a1 Only limit the neighbor cache rate after sending a request packet il y a 4 ans
  whitequark e3c7c38a1c Allow for ARP retry during egress il y a 4 ans
  whitequark eba8d0eef3 Update src/socket/meta.rs il y a 4 ans
  Thales Fragoso 09f14c9df9 Allow for ARP retry during egress il y a 4 ans
  whitequark cc85616440 Improve docs for `DeviceCapabilities.checksum`. 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
  YOUNGSUK KIM ef54279fbc replace deprecated item 'mem::uninitialized' 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