C++ Winsock P2P

后端 未结 2 620
逝去的感伤
逝去的感伤 2020-11-27 02:57

Scenario

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

2条回答
  •  旧巷少年郎
    2020-11-27 03:35

    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.

提交回复
热议问题