英文: Can I keep the same ID in libp2p across restarts? 问题 我正在编写一个测试应用程序。为此,如果我的libp2p节点在重新启动后能保持它们的ID...
如何使用asio和C++建立工作的P2P连接?
英文: How to make working p2p connection using asio and c++? 问题 我尝试学习有关网络的知识,并决定尝试制作一个点对点终端程序,但我无法正确理解...
C++追踪器NAT-PMP操作及其他解决方案
英文: C++ Tracker NAT-PMP operation and other solutions 问题 I created a torrent tracker as a hobby. The...
WebRTC iceConnectionState 上的延迟 – ‘disconnected’
英文: WebRTC delay on iceConnectionState - 'disconnected' 问题 两个对等方已连接 - 主机和客户端 客户端下线后,大约3-7秒后触...
One server that acts as a middleman to connect a pair of clients or server and client for each pair
英文: One server that acts as a middleman to connect a pair of clients or server and client for each p...
建立P2P TCP/UDP连接(NAT穿越)
英文: Establishing P2P TCP/UDP connections (NAT traversal) 问题 有没有办法在没有中介服务器的情况下通过TCP或UDP建立真正的P2P通信?我知道...
Go语言中的点对点网络
英文: Peer to Peer Network in Go 问题 在Go语言中实现点对点网络的最佳起点是什么?Go语言中有哪些好的特性可以使点对点网络的实现更容易? 英文: What's the b...