UDP socket implementation.

This commit is contained in:
Adam Ierymenko 2014-03-17 16:18:44 -07:00
parent 8adbbe092d
commit 1a0a6755b1
4 changed files with 127 additions and 7 deletions

View file

@ -102,7 +102,6 @@ protected:
virtual bool notifyAvailableForRead(const SharedPtr<Socket> &self,SocketManager *sm) = 0;
virtual bool notifyAvailableForWrite(const SharedPtr<Socket> &self,SocketManager *sm) = 0;
private:
#ifdef __WINDOWS__
SOCKET _sock;
#else