mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
latest sources from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketDefs.h
|
||||
//
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#3 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#4 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
@@ -176,7 +176,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if (POCO_OS == POCO_OS_HPUX)
|
||||
#if (POCO_OS == POCO_OS_HPUX) || (POCO_OS == POCO_OS_SOLARIS)
|
||||
#define POCO_BROKEN_TIMEOUTS 1
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketImpl.h
|
||||
//
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
@@ -407,6 +407,7 @@ private:
|
||||
poco_socket_t _sockfd;
|
||||
#if defined(POCO_BROKEN_TIMEOUTS)
|
||||
Poco::Timespan _recvTimeout;
|
||||
Poco::Timespan _sndTimeout;
|
||||
#endif
|
||||
|
||||
friend class Socket;
|
||||
|
||||
Reference in New Issue
Block a user