renet/examples
Steffen Butzer 61cb64406d support hardware based checksum settings in during packet send/recv
- makes sure the checksum is zeroed when not emitted by software
  (This is required by some implementations such as STM32 to work properly)
2017-10-02 21:40:08 +00:00
..
client.rs Fix an embarassing relative/absolute time mismatch in examples. 2017-09-24 13:57:35 +00:00
loopback.rs Compute soft deadline in poll() and use nonblocking sockets. 2017-08-29 19:47:11 +00:00
ping.rs support hardware based checksum settings in during packet send/recv 2017-10-02 21:40:08 +00:00
server.rs Add a keep-alive and timeout demo to the examples. 2017-09-24 13:58:53 +00:00
tcpdump.rs Inject the current timestamp into Device::{transmit,receive}. 2017-07-23 09:48:14 +00:00
utils.rs Compute soft deadline in poll() and use nonblocking sockets. 2017-08-29 19:47:11 +00:00