![]() |
TrinityCore
|
#include "Concepts.h"#include "IoContext.h"#include "IpAddress.h"#include "Log.h"#include "Socket.h"#include <boost/asio/ip/tcp.hpp>#include <boost/asio/ip/v6_only.hpp>#include <atomic>
Include dependency graph for AsyncAcceptor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Trinity::Net::AsyncAcceptor |
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Net |
Concepts | |
| concept | Trinity::Net::AcceptCallback |
| concept | Trinity::Net::SelectIoContextForNewSocketFn |
Macros | |
| #define | TRINITY_MAX_LISTEN_CONNECTIONS boost::asio::socket_base::max_listen_connections |
| #define TRINITY_MAX_LISTEN_CONNECTIONS boost::asio::socket_base::max_listen_connections |
Definition at line 30 of file AsyncAcceptor.h.