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 dont know how long in milliseconds i should expect), the recommended bytesize (576) etc. http://stackoverflow.com/questions/799068/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.