PIPeer important fix!
git-svn-id: svn://db.shs.com.ru/pip@113 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -414,7 +414,7 @@ private:
|
||||
inline static int ethRecv(int sock, void * buf, int size, int flags = 0);
|
||||
inline static int ethRecvfrom(int sock, void * buf, int size, int flags, sockaddr * addr);
|
||||
inline static int ethSendto(int sock, const void * buf, int size, int flags, sockaddr * addr, int addr_len);
|
||||
inline static void ethClosesocket(int sock);
|
||||
inline static void ethClosesocket(int sock, bool shutdown);
|
||||
inline static int ethSetsockopt(int sock, int level, int optname, const void * optval, int optlen);
|
||||
inline static int ethSetsockoptInt(int sock, int level, int optname, int value = 1);
|
||||
inline static int ethSetsockoptBool(int sock, int level, int optname, bool value = true);
|
||||
|
||||
Reference in New Issue
Block a user