#include <socket.hh>
Public Member Functions | |
socket * | accept () const |
void | bind (std::string const &to) |
server_socket (Domain domain, Type type, std::string const &bind_to, int backlog=256) | |
bool | try_wait () const |
void | wait () const |
utilmm::server_socket::server_socket | ( | Domain | domain, |
Type | type, | ||
std::string const & | bind_to, | ||
int | backlog = 256 |
||
) |
socket * utilmm::server_socket::accept | ( | ) | const |
void utilmm::server_socket::bind | ( | std::string const & | to | ) |
bool utilmm::server_socket::try_wait | ( | ) | const |
void utilmm::server_socket::wait | ( | ) | const |