Problems testing UDP code outside of LAN? -
I am learning udp in the next few days. At the end of this week I am going to be one of those 72 hours of competition and I want to work online from the end of my UDP code. I do not have any internet during the competition (so do not call anyone and test them).
I know of some problems about UDP as the packets come twice, not coming for many frames (but I do not know how much time I want in milliseconds), suggested byte size (576) etc.
But after going to LAN from the Internet, what are some things you have?
Note: I will run some code ASAP and test it online. Hopefully my last code will look like, but I can remember some things too.
Your delay may increase and you may cause more packet loss. It depends on where the transmitter and receiver are. If you are in the US and you are trying to communicate with the UDP with Australia, then you are going to achieve a lot of latency, you will have to suffer more packet loss / redistributed packets / duplicates because of traveling to packets There are more routes and more routes to be routed.
Comments
Post a Comment