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
When a new established connection is returned from lwip_accept(), the new socket does not inherit the socket options which were set for the listening socket.
(This is somewhat legitimate since many sockopts do not even work on a listening socket)
might want to check if this should be an option and if so do it via opt.h defines
The text was updated successfully, but these errors were encountered:
When a new established connection is returned from lwip_accept(), the new socket does not inherit the socket options which were set for the listening socket.
(This is somewhat legitimate since many sockopts do not even work on a listening socket)
might want to check if this should be an option and if so do it via
opt.h
definesThe text was updated successfully, but these errors were encountered: