mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Console initial implementation
This commit is contained in:
@@ -13,6 +13,7 @@ namespace EQ
|
||||
~TCPServer();
|
||||
|
||||
void Listen(int port, bool ipv6, std::function<void(std::shared_ptr<TCPConnection>)> cb);
|
||||
void Listen(const std::string &addr, int port, bool ipv6, std::function<void(std::shared_ptr<TCPConnection>)> cb);
|
||||
void Close();
|
||||
void AddClient(uv_tcp_t *c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user