P2P File Share
A simple peer-to-peer file sharing system.
|
This is the complete list of members for TCPServer, including all inherited members.
operator=(const TCPServer &)=delete | TCPServer | |
setOnConnect(std::function< void(std::shared_ptr< TCPSocket >)> const &onConnect) | TCPServer | |
setOnData(std::function< void(std::shared_ptr< TCPSocket >, std::string &)> const &onData) | TCPServer | |
setOnDisconnect(std::function< void(std::shared_ptr< TCPSocket >)> const &onDisconnect) | TCPServer | |
start(const std::string &ip, uint16_t port, int listen_backlog=1) | TCPServer | |
stop() | TCPServer | |
TCPServer(size_t maxConnections) | TCPServer | explicit |
TCPServer(const TCPServer &)=delete | TCPServer | |
TCPServer(TCPServer &&)=delete | TCPServer | |
~TCPServer() | TCPServer |