Gregory Nutt
|
0bdf2d5360
|
UDP Networking: Misc fixes to get the last changes working + cleanup
|
2015-05-29 14:32:56 -06:00 |
|
Gregory Nutt
|
2102892e7b
|
Fix missing file and some compilation errors from the last UDP committ
|
2015-05-29 10:45:41 -06:00 |
|
Gregory Nutt
|
e672bcebfd
|
UDP Networking: Add support for device event notification for UDP transfers.
|
2015-05-29 10:21:06 -06:00 |
|
Gregory Nutt
|
f20ac5ef93
|
Add inclusion of assert.h in networking files where needed to avoid compilation errors. From Max Neklyudov.
|
2015-05-13 07:24:22 -06:00 |
|
Gregory Nutt
|
b756df982d
|
net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing.
|
2015-02-09 18:15:34 -06:00 |
|
Gregory Nutt
|
a07a764d42
|
ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation).
|
2015-02-02 13:44:31 -06:00 |
|
Gregory Nutt
|
a76b87305a
|
Networking: Should fix a few compile errors/warnings reported by Travis
|
2015-01-30 08:54:40 -06:00 |
|
Gregory Nutt
|
2c7123197c
|
Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and into udp/udp_sendto.c. Hook in Unix domain sokcet sendto() logic (still just a stub for the moment)
|
2015-01-28 13:41:24 -06:00 |
|