Commit History

Author SHA1 Message Date
  whitequark ddba30e9cf Update README to explain how the client example works. 8 years ago
  whitequark d866cc7721 Add the "embedded" crate category. 8 years ago
  whitequark a155269d3d Remove the `use_` prefix from feature names. 8 years ago
  whitequark 908f70957b Travis: don't build tests without the std feature. 8 years ago
  whitequark 708f40d776 Fix condition for acceptable RST|ACK in TCP SYN-SENT state. 8 years ago
  whitequark be9d0a202d Don't block forever in TapInterface. 8 years ago
  whitequark ee20c49a59 Send an ARP request when the destination is not in cache. 8 years ago
  whitequark 4083ee8ea8 Use trait FromStr for the parsing code. 8 years ago
  whitequark a0f2c62ac9 Add a TCP client example. 8 years ago
  whitequark b88204c607 Factor out common code from examples. 8 years ago
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. 8 years ago
  whitequark 11c875160a Fix an incorrect tracing message. 8 years ago
  whitequark 869b088f68 Pull in macros from the log crate in tests. 8 years ago
  whitequark 899a5a1963 Fix the TCP MSS calculation. 8 years ago
  whitequark 7a7ca32429 Add the log crate to dev-dependencies. 8 years ago
  whitequark aa7981cbdf Travis: run tests, not just build. 8 years ago
  whitequark e8ece3e567 Fix an incorrect payload length when sending TCP MSS option. 8 years ago
  whitequark 42261f3467 Update TCP implementation status in README. 8 years ago
  whitequark 41ec6a5a57 Receive the TCP MSS option and act on it. 8 years ago
  whitequark 7af6ddfa0c Send the TCP MSS option. 8 years ago
  whitequark a43dfd34cd Add support for TCP MSS option in TCP representation. 8 years ago
  whitequark c9f915033f Add support for TCP option parsing and emission. 8 years ago
  whitequark be7fb84739 Fix an inaccurate comment. 8 years ago
  whitequark cd880aff2d Remove TcpControl::len(). 8 years ago
  whitequark ebee5b7b58 Also parse Ethernet addresses separated by dashes (-). 8 years ago
  TÖRÖK Attila e436356ae7 examples/server: fix outdated/misleading variable name. 8 years ago
  whitequark 7d29a2da1b Add Internet and Ethernet address parsing (from strings). 8 years ago
  whitequark 55be1a09ae README: clarify status of 802.3 support. 8 years ago
  whitequark c0a2f1bb7e Bump version. 8 years ago
  whitequark a20f89f5ee Fix the TCP FIN emission with queued data rolling over TX buffer. 8 years ago