I am learning udp in the next few days. This weekend I am going to be in one of those 72hour competition and I would like to have my UDP code work online by the end of it. During the competition I wont have any internet (so no calling someone and having them test).
I know of some of the problems about UDP like packets coming in twice, not coming in for several frames (but I don't know how long in milliseconds I should expect), the recommended byte size (576) etc. What should i know about UDP programming?
But what are some of the things that happen to you after moving from LAN to internet?
NOTE: I will be running some code ASAP and testing it online. Hopefully what my end code will look like but I may also miss a few things.