You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version of the firmware, the esp8266 handles UDP
in an odd way. Rather than packet based transactions, the esp8266
handles UDP like a connection based protocol.
To return the correct address, the esp8266 just saves the last
connection established by UDP. Additionally this patch added
the ability of a socket to change connection addresses.
Note: This firmware is still unable to recieve connections from
arbitrary hosts.
0 commit comments