File diff r25826:89dc24729f74 → r25827:5a9ded1a0c1a
src/network/core/os_abstraction.h
Show inline comments
 
@@ -196,6 +196,7 @@ static inline socklen_t FixAddrLenForEms
 

	
 
bool SetNonBlocking(SOCKET d);
 
bool SetNoDelay(SOCKET d);
 
bool SetReusePort(SOCKET d);
 
NetworkError GetSocketError(SOCKET d);
 

	
 
/* Make sure these structures have the size we expect them to be */