7 #include "wvloopback2.h" 8 #include "wvsocketpair.h" 14 if (wvsocketpair(SOCK_STREAM, socks))
virtual void seterr(int _errnum)
Set the errnum variable – we have an error.
void set_close_on_exec(bool close_on_exec)
Make the fds on this stream close-on-exec or not.
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
Base class for streams built on Unix file descriptors.
void set_nonblock(bool nonblock)
Make the fds on this stream blocking or non-blocking.