Commit History

Author SHA1 Message Date
  Dan Robertson ad56bacb56 Replace EthernetInterface::new with EthernetInterfaceBuilder. 7 years ago
  whitequark 34c3a8c905 Rewrite the ARP cache to allow for flood protection and expiration. 7 years ago
  Philipp Oppermann 4ae84ab36a Store plain DeviceT instead of Managed<_> in EthernetInterface 7 years ago
  whitequark 0091191cce Rework TcpSocket::{send,recv} to remove need for precomputing size. 7 years ago
  Egor Karavaev 096ce02ac4 Implement a SocketRef smart pointer to detect state changes. 7 years ago
  whitequark d88ef3c8d3 Drop the pretense that anyone cares about non-IP over Ethernet. 7 years ago
  Egor Karavaev 331dc10780 Add support for IPv4 default gateway. 7 years ago
  whitequark b7b4877a85 Fix an embarassing relative/absolute time mismatch in examples. 7 years ago
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 7 years ago
  whitequark c799bfc398 Add --pcap option to all our examples. 7 years ago
  whitequark ddba30e9cf Update README to explain how the client example works. 7 years ago
  whitequark be9d0a202d Don't block forever in TapInterface. 7 years ago
  whitequark a0f2c62ac9 Add a TCP client example. 7 years ago