Alienhead Posted September 4, 2022 Share Posted September 4, 2022 I've looked all over the forums but didn't find any info on this topic. My question is what is the max packet size in LE? UDP packet. I'm guessing 65,507 bytes, roughly translated into string packet size 255 ? ? Just want to be clear on this before I go much further with my networking system, may have to break up some packets into sub packets.. dunno yet. Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
Josh Posted September 10, 2022 Share Posted September 10, 2022 From Enet's docs: http://enet.bespin.org/Features.html Quote ENet will send and deliver packets regardless of size. Large packets are fragmented into many smaller packets of suitable size, and reassembled on the foreign host to recover the original packet for delivery. The process is entirely transparent to the developer. If you are using the Steam P2P system I'm sure that has got to be automatically managed as well. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.