2

i'm making a game with peer to peer connection. The thing is, local IP address works only within same network, and every computers in the network use the same public IP Address. Is there any other way to identify a computer on another network in C#? Maybe combination of both?

1 Answers1

0

Consider using the Peer Channel system supplied as part of WCF:

Community
  • 1
  • 1
Ben
  • 34,935
  • 6
  • 74
  • 113