コード例 #1
0
ファイル: TcpServer.cpp プロジェクト: guker/utility
	void TcpServer::handle_timeout(const TcpConnectionPtr &conn)
	{
		conn->Stop();
	}