simple TCP server that just sends "Hello there!" to each connection More...
Inherits pion::tcp::server.
Public Member Functions | |
HelloServer (const unsigned int tcp_port) | |
virtual void | handle_connection (tcp::connection_ptr &tcp_conn) |
simple TCP server that just sends "Hello there!" to each connection
Definition at line 22 of file helloserver.cpp.