23 RakTcpProxy& operator=(RakTcpProxy
const&);
24 RakTcpProxy(RakTcpProxy
const&);
30 virtual ~RakTcpProxy() =
default;
32 virtual bool start(ushort port, ushort maxIncomming, ushort maxOutgoing) ;
34 virtual ::RakNet::SystemAddress connect(::std::string
const& host, ushort port) ;
40 virtual bool packetsAvailable() ;
42 virtual ::RakNet::Packet* nextPacket() ;
46 virtual ::RakNet::SystemAddress nextCompletedConnectionAttempt() ;
48 virtual ::RakNet::SystemAddress nextFailedConnectionAttempt() ;
50 virtual ::RakNet::SystemAddress nextLostConnection() ;
56 MCNAPI
bool $start(ushort port, ushort maxIncomming, ushort maxOutgoing);
58 MCNAPI ::RakNet::SystemAddress
$connect(::std::string
const& host, ushort port);