20 #ifndef PSOCKSXX_IOSOCKS_H
21 #define PSOCKSXX_IOSOCKS_H
23 #include <psocksxx/sockstreambuf.h>
70 const timeval *
timeout( time_t sec, suseconds_t usec ) throw();
virtual ~iosocks()
destructor
Definition: iosocks.h:45
base class for socket stream controller classes
Definition: iosocks.h:36
Definition: iosocks.cpp:23
const timeval * timeout(time_t sec, suseconds_t usec)
set the timeout value for stream communications
Definition: iosocks.cpp:35
bool timedout() const
get the timed-out status flag value
Definition: iosocks.cpp:25
void * clear_timeout()
clear the timeout value
Definition: iosocks.cpp:45