renet/examples
Dan Robertson eef65d2676 Implement set_ttl for Tcp and Udp sockets
- Add the ttl member to the IpRepr
 - Add the ttl member along with setters and getters to the tcp and udp
   socket types
 - Add unit tests for the new set_ttl parameter
 - Update usage of IpRepr to include the ttl value
2017-10-24 23:02:18 +00:00
..
client.rs Implement a SocketRef smart pointer to detect state changes. 2017-10-05 03:44:20 +00:00
loopback.rs Implement a SocketRef smart pointer to detect state changes. 2017-10-05 03:44:20 +00:00
ping.rs Implement set_ttl for Tcp and Udp sockets 2017-10-24 23:02:18 +00:00
server.rs Implement a SocketRef smart pointer to detect state changes. 2017-10-05 03:44:20 +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