Historique des commits

Auteur SHA1 Message Date
  whitequark e894ee24ad Fix a typo in documentation. il y a 8 ans
  whitequark 16222445a6 Clamp TCP receive window to MSS multiplied by maximum burst size. il y a 8 ans
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits il y a 8 ans
  whitequark 1874549b0b Bump version. il y a 8 ans
  whitequark 293ea51722 Improve handling of TCP ACK packets in FIN-* states. il y a 8 ans
  whitequark 15cf0cc56e Don't put non-unicast (IP or Ethernet) addresses into ARP cache. il y a 8 ans
  whitequark 4e364d816a Trace eviction and fill in SliceArpCache. il y a 8 ans
  Corentin Henry eeaf7b6df8 arp: increment lru when inserting a new entry il y a 8 ans
  Corentin Henry bd9a6bf3b0 arp: use valid unicast ip addresses for tests il y a 8 ans
  whitequark 2aad62a790 Update README to mention lack of multicast support. il y a 8 ans
  whitequark 3dfcb11d33 Follow-up to b9e79d19; always process broadcast frames. il y a 8 ans
  whitequark b9e79d19a7 Ignore Ethernet frames for which we aren't a destination. il y a 8 ans
  whitequark bb2edf4e8a Update README. il y a 8 ans
  whitequark 7e5c4ce21a Bump version. il y a 8 ans
  whitequark ddba30e9cf Update README to explain how the client example works. il y a 8 ans
  whitequark d866cc7721 Add the "embedded" crate category. il y a 8 ans
  whitequark a155269d3d Remove the `use_` prefix from feature names. il y a 8 ans
  whitequark 908f70957b Travis: don't build tests without the std feature. il y a 8 ans
  whitequark 708f40d776 Fix condition for acceptable RST|ACK in TCP SYN-SENT state. il y a 8 ans
  whitequark be9d0a202d Don't block forever in TapInterface. il y a 8 ans
  whitequark ee20c49a59 Send an ARP request when the destination is not in cache. il y a 8 ans
  whitequark 4083ee8ea8 Use trait FromStr for the parsing code. il y a 8 ans
  whitequark a0f2c62ac9 Add a TCP client example. il y a 8 ans
  whitequark b88204c607 Factor out common code from examples. il y a 8 ans
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. il y a 8 ans
  whitequark 11c875160a Fix an incorrect tracing message. il y a 8 ans
  whitequark 869b088f68 Pull in macros from the log crate in tests. il y a 8 ans
  whitequark 899a5a1963 Fix the TCP MSS calculation. il y a 8 ans
  whitequark 7a7ca32429 Add the log crate to dev-dependencies. il y a 8 ans
  whitequark aa7981cbdf Travis: run tests, not just build. il y a 8 ans