File diff r25826:89dc24729f74 → r25827:5a9ded1a0c1a
src/network/core/address.h
Show inline comments
 
@@ -175,6 +175,8 @@ public:
 

	
 
	static const char *SocketTypeAsString(int socktype);
 
	static const char *AddressFamilyAsString(int family);
 
	static NetworkAddress GetPeerAddress(SOCKET sock);
 
	static NetworkAddress GetSockAddress(SOCKET sock);
 
	static const std::string GetPeerName(SOCKET sock);
 
};