ARMmbed / sockets

mbed sockets library abstraction layer
Other
6 stars 18 forks source link

Periodic interval should be managed by the network interface class #59

Open bremoran opened 8 years ago

bremoran commented 8 years ago

The periodic interval is mostly used for TCP sockets, but is also used in DHCP, DNS, and ICMP operations. Because of this, the periodic interval should be managed by the Network Interface class.