How to do UDP without port forwarding
Posted
by igor
on Stack Overflow
See other posts from Stack Overflow
or by igor
Published on 2010-03-31T22:14:13Z
Indexed on
2010/04/01
3:03 UTC
Read the original article
Hit count: 330
Hi all,
I am creating an application in C#, It should send data with UDP.
Everything works fine until, I try to communicate with a PC that is on the internet behind a router.
How do I fix this so that I can use UDP without port forwarding?
© Stack Overflow or respective owner