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
I notice that the socket option SO_REUSEADDR seems to be available on both Windows and Unix, yet the recent change in DaoNetwork_SetSocketOptions() made it impossible to use that option in a portable way.
I notice that the socket option
SO_REUSEADDRseems to be available on both Windows and Unix, yet the recent change inDaoNetwork_SetSocketOptions()made it impossible to use that option in a portable way.