#include <winsock2.h>
#include "colony_config.h"
#include "Cpl/Io/Tcp/AsyncListener.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::Tcp |
| The 'Tcp' namespace provides interfaces for creating non-blocking Cpl::Io streams using TCP/IP connections.
|
|
namespace | Cpl::Io::Tcp::Win32 |
| The 'Win32' namespace implements the TCP interfaces using the Win32 APIs.
|
|
◆ OPTION_CPL_IO_TCP_WIN32_BIND_RETRIES
#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRIES 5 |
This value is number of retries that is performed when attempting to bind to the listening port.
◆ OPTION_CPL_IO_TCP_WIN32_BIND_RETRY_WAIT
#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRY_WAIT (10*1000) |
This value is time, in milliseconds between retries during the binding process.