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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,4 @@ Now on Host A, you can connect to `127.0.0.1:5000` and it will be forwarded to `
74
74
75
75
## How does it work?
76
76
The program starts a TCP listener, and when a connection is received it writes the TCP data into a file. This same file is read by the counterpart program, which establishes a TCP connection and onforwards the TCP data.
77
-
To avoid the shared file growing indefinitely, it is purged whenever it gets larger than 10 MB.
77
+
To avoid the shared file growing indefinitely it is purged whenever it gets larger than 10 MB.
0 commit comments