How can I reduce the ping latency in libp2p? #5627
Unanswered
confuseder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a demo using libp2p_stream and TCP to read ICMP packets from a TUN interface, send them to a peer, and receive replies.
In this demo, the ping latency with libp2p is 800ms, whereas a direct ping is only 120ms.
How can I optimize the ping latency? Is libp2p suitable for use as part of a Layer 3 VPN?
Beta Was this translation helpful? Give feedback.
All reactions