SFML community forums
Help => Network => Topic started by: hayer on February 08, 2013, 04:56:23 pm
-
Does the sf::UdpSocket and sf::Packet handle packet fragmentation?
Couldn't find any data on this in the documents.
-
UDP datagrams cannot be fragmented when you receive them, it's handled by the lower network layers.
-
... Okey, I want to say something that doesn't make me look like a retard, but my brain is still stuck at "WTF was I thinking".
And of course you are right.