Пример #1
0
	void TcpServer::handle_timeout(const TcpConnectionPtr &conn)
	{
		conn->Stop();
	}