You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Dumb pipe
2
2
3
-
This is an example to use [iroh-net](https://crates.io/crates/iroh-net) to create a dumb pipe to connect two machines with a QUIC connection.
3
+
This is an example to use [iroh](https://crates.io/crates/iroh) to create a dumb pipe to connect two machines with a QUIC connection.
4
4
5
-
Iroh-net will take case of hole punching and NAT traversal whenever possible, and fall back to a
5
+
Iroh will take case of hole punching and NAT traversal whenever possible, and fall back to a
6
6
relay if hole punching does not succeed.
7
7
8
8
It is also useful as a standalone tool for quick copy jobs.
@@ -82,14 +82,16 @@ You can now browse the website on port 3001.
82
82
## Custom ALPNs
83
83
84
84
Dumbpipe has an expert feature to specify a custom [ALPN](https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation) string. You can use it to interact with
0 commit comments