1
Network / Question about packet size limits
« on: November 24, 2011, 02:24:12 am »
Is there any limit on the packet size? I am asking since I might need to move around "huge" amounts of data over a LAN (up to a max of 100 MBs on rare events), and SFML network (expecially "Packets") features are really nice compared to raw TCP, expecially while I'm developing my application (no optimizations needed yet!)
Should I expect any issue? Should I break down my "huge packet" in smaller fragments (something like 1MB max size)?
Should I expect any issue? Should I break down my "huge packet" in smaller fragments (something like 1MB max size)?