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
UDP server support requires the socket on the chip to be opened during
bind. For TCP the socket_listen function handles this and now bind calls
an equivalent socket_listen_udp if the socket type is SOCK_DGRAM.
0 commit comments