Poll McSocket
This commit is contained in:
		| @@ -172,7 +172,7 @@ namespace netprot { | ||||
| 	template <class T> void sendPack(SOCKET sock, T* pack, Buffer* buf); | ||||
| 	template <class T> void sendPackTo(SOCKET sock, T* pack, Buffer* buf, sockaddr_in* sockad); | ||||
| 	 | ||||
| 	std::vector<char*> recvPacks(SOCKET sock, Buffer* buf); | ||||
| 	std::vector<char*> recvPacks(SOCKET sock, Buffer* buf, Buffer* oufbuf = nullptr); | ||||
|  | ||||
| 	/* Templates */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user