mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-04 17:40:01 +02:00
Merge branch 'poco-1.10.0' into devel
This commit is contained in:
commit
cba6914106
@ -302,7 +302,7 @@ public:
|
|||||||
/// as the system is free to adjust the value.
|
/// as the system is free to adjust the value.
|
||||||
|
|
||||||
virtual void setReceiveTimeout(const Poco::Timespan& timeout);
|
virtual void setReceiveTimeout(const Poco::Timespan& timeout);
|
||||||
/// Sets the send timeout for the socket.
|
/// Sets the receive timeout for the socket.
|
||||||
///
|
///
|
||||||
/// On systems that do not support SO_RCVTIMEO, a
|
/// On systems that do not support SO_RCVTIMEO, a
|
||||||
/// workaround using poll() is provided.
|
/// workaround using poll() is provided.
|
||||||
|
@ -17,3 +17,5 @@ class CppUnit::TestCaller<class TimerTest>.testScheduleIntervalClock
|
|||||||
class CppUnit::TestCaller<class TimerTest>.testScheduleAtFixedRate
|
class CppUnit::TestCaller<class TimerTest>.testScheduleAtFixedRate
|
||||||
class CppUnit::TestCaller<class SystemConfigurationTest>.testProperties
|
class CppUnit::TestCaller<class SystemConfigurationTest>.testProperties
|
||||||
class CppUnit::TestCaller<class WinServiceTest>.testServiceReturnsTrueIfStopped
|
class CppUnit::TestCaller<class WinServiceTest>.testServiceReturnsTrueIfStopped
|
||||||
|
class CppUnit::TestCaller<class ICMPSocketTest>.testSendToReceiveFrom
|
||||||
|
class CppUnit::TestCaller<class ICMPSocketTest>.testMTU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user