large packets

02/13/2012 13:47 pergian#1
hi,

i am using the SilkroadSecurityApi and the simplest proxy example which i modified so it fits inside my project.
but for some reason i cant receive larger packets than 4052 bytes.

anyone has an idea why this happends?
02/13/2012 16:10 srutownik#2
Because it is max lenght of one packet. I think that it is groupspwan packet. You have to put the data in a buffer and get the rest of the data from next package.
02/13/2012 16:19 vorosmihaly#3
Quote:
Originally Posted by srutownik View Post
Because it is max lenght of one packet. I think that it is groupspwan packet. You have to put the data in a buffer and get the rest of the data from next package.
exactly. there can be more than just one groupspawn data packets between the groupspawn start/end packets.:)
02/13/2012 16:26 pergian#4
yes thx very much i see it now, and yes it was groupspawn or playerdata