mr-short / JavaSpaceSim

2D multiplayer top-down Java game
0 stars 0 forks source link

Network buffer sizes #5

Open ghost opened 9 years ago

ghost commented 9 years ago

Need to figure out optimal write and object buffer sizes.

Possibly split up packet sending to decrease buffer size.

ghost commented 9 years ago

Fixed buffer overflow errors due to client erroring out before the connection timed out.