UDP socket implementation.
This commit is contained in:
parent
8adbbe092d
commit
1a0a6755b1
4 changed files with 127 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue