Commit History

Author SHA1 Message Date
  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 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 7 years ago
  whitequark b971d91315 Accept TCP FIN packets in SYN-RECEIVED state. 7 years ago
  whitequark abb0c11b95 Fix double tracing in the loopback example. 7 years ago
  whitequark 0904645c1b Fix determination of local address from incoming packets. 7 years ago
  whitequark c799bfc398 Add --pcap option to all our examples. 7 years ago
  whitequark 8c339d8b7a Fix argument order in Tracer::new callbacks. 7 years ago
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. 7 years ago
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. 7 years ago
  whitequark 12f92be419 Use proper clock mocking in the loopback example. 7 years ago
  whitequark 15ce667743 Add a bare-metal usage example. 7 years ago