#include "wvfile.h"
#include "wvstreamlist.h"
#include "wvtcp.h"
#include "wvlog.h"
#include <signal.h>
Go to the source code of this file.
Functions | |
void | bouncer (WvStream &s, void *userdata) |
int | main (int argc, char **argv) |
|
Definition at line 16 of file simpleconn.cc. References WvStream::delay_output, WvStream::isok, WvStream::read, and WvStream::write. Referenced by main. |
|
Definition at line 42 of file simpleconn.cc. References WvList< WvStream >::append, WvTCPListener::auto_accept, bouncer, WvStream::callback, WvListBase::count, WvStream::errstr, WvLog::Info, WvStream::isok, WvStream::select, and WvStream::setcallback. |