Does anyone have any good examples of peer-to-peer (p2p) networking in C++ using Winsock? It\'s a requirement I have for a client who specifically needs to
If you just want to implement a P2P application on Microsoft Windows, you can try with Windows Peer-to-Peer Networking
If you want to implement a new P2P protocol of your own, you can study the eMule protocol, and eMule source code. You could do further if you look into Shareaza source code, it do eMule/Guntella/Gnutella/BitTorrent.