Hacker News new | ask | show | jobs
by stephenjudkins 2349 days ago
No. Most NATs handle UDP sessions trivially as long as one end of the connection is not behind a NAT itself. Tricks like UDP hole punching are necessary only between two endpoints that are both behind NATs.
1 comments

And assuming the protocol can cope with changing source ports. I’ve seem some udp protocols that only work if the source port is not translated.