• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Networking Programming Question

Ynog

Golden Member
I cannot seem to remember this from my networking days.

Say you have a programming that sends UDP packets out on the network from a machine (A) to another machine that receives them (B). Now obviously with UDP if the machine B (receiver) isn't there, for some reason, the packets will just get dropped.

Given this, if you don't care about the lost packets. If you bring the receiver up after the sender, and he starts to receive packets, will there be data offset problems (getting the middle of a packet vs the beginning). Or will you start with the beginning of a packet every time.

I cannot seem to remember if this is the case always, or if you would need to add something that would sync the data coming in.

Any help would be appreciated.
 
Back
Top