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();
base class for socket stream controller classes
Definition iosocks.h:36
virtual ~iosocks()
destructor
Definition iosocks.h:45
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
const timeval * timeout(time_t sec, suseconds_t usec)
set the timeout value for stream communications
Definition iosocks.cpp:35