1#ifndef Cpl_Io_Socket_Listener_Win32_h_
2#define Cpl_Io_Socket_Listener_Win32_h_
17#include "colony_config.h"
34#ifndef OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRIES
35#define OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRIES 5
41#ifndef OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRY_WAIT
42#define OPTION_CPL_IO_SOCKET_WIN32_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:51
virtual void stopListener()
See Cpl::Io::Socket::Listener_.
SOCKET m_fd
socket I am listen on
Definition Listener.h:54
virtual void listen()
See Cpl::Io::Socket::Listener_.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20