nodemcu-firmware/app/user
Johny Mattsson f82415f6b9 Fix to do TCP port number randomization at boot.
This addresses the issue where a server would otherwise reject a valid
connection attempt from a rebooted node, due to the server thinking that
packet belonged to a recently closed session. By starting off the local
TCP port numbers at random* points each boot the risk of port reuse
across a reboot is significantly reduced.

*) As random as can be had via the lower 12 bits of the ccounter.
2015-11-05 14:40:57 +11:00
..
Makefile fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
user_exceptions.c Sorted out linker scripts & options. 2015-10-12 13:26:04 +11:00
user_exceptions.h Moved TEXT_SECTION_ATTR macro to its own header. 2015-10-12 13:26:04 +11:00
user_main.c Fix to do TCP port number randomization at boot. 2015-11-05 14:40:57 +11:00