Example #1
0
void CServer::send( CConnection& conn, packet::CPacketBuffer& pb )
{
	::log.info("Send msg");
	conn.get_socket().send( pb );
}