1#ifndef Cpl_Io_Socket_Listener_Posix_h_
2#define Cpl_Io_Socket_Listener_Posix_h_
16#include "colony_config.h"
33#ifndef USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES
34#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES 5
40#ifndef USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT
41#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT (10*1000)
This private, mostly concrete helper class manages the top level threading aspects for a simple liste...
Definition Listener_.h:32
This concrete class implements the Cpl::Io::Socket::Listener interface using IPv4 addressing for the ...
Definition Listener.h:50
virtual void listen()
See Cpl::Io::Socket::Listener_.
int m_fd
socket I am listen on
Definition Listener.h:53
virtual void stopListener()
See Cpl::Io::Socket::Listener_.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20