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
is NOT executed, where especially setting SO_REUSEADDR leads to different behaviour,
when closing listening socket .. and trying to listen again within a few seconds.
same behaviour could be achieved, when always calling CSimpleSocket::SetOptionReuseAddr()
always inside Listen() - as alternative, have it called from outside before calling Listen() - if desired.
The same issue also for IPPROTO_TCP / IP_TOS but this function is missing in CSimpleSocket - for now.
The text was updated successfully, but these errors were encountered:
On Windows,
is NOT executed, where especially setting SO_REUSEADDR leads to different behaviour,
when closing listening socket .. and trying to listen again within a few seconds.
same behaviour could be achieved, when always calling
CSimpleSocket::SetOptionReuseAddr()
always inside Listen() - as alternative, have it called from outside before calling Listen() - if desired.
The same issue also for IPPROTO_TCP / IP_TOS but this function is missing in CSimpleSocket - for now.
The text was updated successfully, but these errors were encountered: