]> git.sur5r.net Git - freertos/commit
Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets and...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 7 Oct 2013 11:49:17 +0000 (11:49 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 7 Oct 2013 11:49:17 +0000 (11:49 +0000)
commit94ff5932cc88f3486f78d4067774d06aab2b0da1
tree1ea7c53e98e6a90b2742b0775953d6e6d1c0d83a
parentf13205ca32fd17ae65a043cc40f7652097c8dd49
Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets and adding the broadcast bit in the flags field.
Correct the check to ensure the application network event hook is not called when the first network down event is sent.
Add in defaults for the Nabto task stack and priority.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2050 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c