Network/TcpClient: Add PollForConnected

This commit is contained in:
Lynix
2018-10-01 23:04:53 +02:00
parent dad2dbae1c
commit 67c56b2aba
7 changed files with 159 additions and 119 deletions

View File

@@ -45,6 +45,8 @@ namespace Nz
inline bool IsLowDelayEnabled() const;
inline bool IsKeepAliveEnabled() const;
SocketState PollForConnected(UInt64 waitDuration = 0);
bool Receive(void* buffer, std::size_t size, std::size_t* received);
bool ReceivePacket(NetPacket* packet);