1024 bytes
by Sergej V Voronov · in Torque Game Engine · 07/13/2005 (10:52 am) · 2 replies
Its is possible to send over RPC packet with size more then 1024 bytes?
#2
This isnt answering your question like Ben did, but unless you really need your data to be in 1 packet, dont worry about it (Again, GENERALLY. Maybe TNL doesnt split the packet)
07/13/2005 (12:15 pm)
I dont know anything about TNL, but generally most network layers will split your message for you up automatically, and reform it on the recipient.This isnt answering your question like Ben did, but unless you really need your data to be in 1 packet, dont worry about it (Again, GENERALLY. Maybe TNL doesnt split the packet)
Associate Kyle Carter
If you want to send a long message, you'll probably need to break it up.