#include "colony_config.h"
#include "Cpl/Io/Socket/Listener_.h"
Go to the source code of this file.
|
namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony.
|
|
namespace | Cpl::Io |
| The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files.
|
|
namespace | Cpl::Io::Socket |
| The Socket namespace provides interfaces for creating BSD socket connections.
|
|
namespace | Cpl::Io::Socket::Posix |
| The Posix namespace provides Posix implementation for Colony Core's socket interfaces.
|
|
◆ USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES
#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES 5 |
This value is number of retries that is performed when attempting to bind to the listening port.
◆ USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT
#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT (10*1000) |
This value is time, in milliseconds between retries during the binding process.