Game Development Community

Is PacketStream is Reliable ?

by HoSung,Kim · in Torque Game Engine · 08/15/2006 (8:08 pm) · 2 replies

I would send reliable packet not with NetEvent.

Is NetEvent is the only way to send reliable packet ?

please... Help me.

#1
08/16/2006 (8:08 am)
RPCs allow reliable data xfer. TNL::RPCGuaranteed or TNL::RPCGuaranteedOrdered
#2
08/16/2006 (5:21 pm)
TNL's RPC is beautiful and very nice but It's too early to use.

I want TNL's low level function with reliable function.


Have any method except NetEvent, RPC ?