]> begriffs open source - freertos/commit
Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets and...
authorRichard Barry <ribarry@amazon.com>
Mon, 7 Oct 2013 11:49:17 +0000 (11:49 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 7 Oct 2013 11:49:17 +0000 (11:49 +0000)
commitbe44f8aaa7f3c28b324aac41480b6e9567ba1ed4
tree1ea7c53e98e6a90b2742b0775953d6e6d1c0d83a
parent7ec477313111d492e279d0428df1df1bb887280e
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.
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