You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jimmy Cushnie edited this page Oct 7, 2020
·
3 revisions
Using UPnP you can easily forward ports on your router to allow incoming connections through NAT. Just enable UPnP in the NetPeerConfiguration and call NetPeer.UPnP.ForwardPort().
myPeerConfig.EnableUPnP =true;// attempt to forward port 14242
myPeer.UPnP.ForwardPort(14242,"Text detail here");