¡@

Home 

c# Programming Glossary: p2p

How to implement P2P in C#?

http://stackoverflow.com/questions/1146637/how-to-implement-p2p-in-c

to implement P2P in C# Recently I would like to develop a simple chat program..

forward traffic from port X to computer B with c# “UDP punch hole into firewall”

http://stackoverflow.com/questions/7225150/forward-traffic-from-port-x-to-computer-b-with-c-sharp-udp-punch-hole-into-fir

start the server and can establish the connection . 4 use P2P mediation server I'm not sure where you would begin with this.. simple terms. And a good article here which explains how P2P leverages NAT to bypass firewalls. Hope this gives you some..

Programming P2P application

http://stackoverflow.com/questions/8523330/programming-p2p-application

P2P application I am writing a custom p2p program that runs on.. sockets networking p2p share improve this question P2P connectivity in a nutshell. Assume we're talking about UDP here... usually best to not to rely on a well known port for P2P clients. Because two clients behind the same NAT or firewall..