Proper detection whether SCTP is available. Do not update player names on configuration change if network client is running.
This commit is contained in:
@@ -66,3 +66,9 @@ socket_cleanup()
|
||||
WSACleanup();
|
||||
}
|
||||
|
||||
bool
|
||||
socket_has_sctp()
|
||||
{
|
||||
return false; /* no SCTP on Windows */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user