Gregory Nutt
|
ed58536c3a
|
Networking: Move two more TCP specific files from inet/ to tcp/. There is other TCP-specific logic in inet/ that should be moved sometime, but those are more entangled.
|
2017-08-29 09:25:22 -06:00 |
Gregory Nutt
|
92f44c5607
|
Networking: Move net/inet/net_monitor.c to net/tcp/tcp_monitor.c in preparation for design change to fix monitoring of duplicated sockets.
|
2017-08-29 08:40:13 -06:00 |
Gregory Nutt
|
835ae2999d
|
networking: Move a little more to the inet/ subdirectory.
|
2017-08-07 13:03:23 -06:00 |
Gregory Nutt
|
2ada7d5892
|
IPv6: Remove comparisons to the address with all ones set. IPv6 does not support broadcast addresses and certainly not in that form. Replace with multicast addresses beginning with 0xff02.
|
2017-08-07 11:50:50 -06:00 |
Gregory Nutt
|
bbf1ad4ea6
|
Spirit network driver: TX timeout was never being cancelled! Also reviewed and cleaned up all error handling logic
|
2017-08-06 15:40:37 -06:00 |
Gregory Nutt
|
3c6981534f
|
Networking: Move INET socket interface out of net/sockets to its own directory net/inet
|
2017-08-06 14:48:19 -06:00 |