Skip to content

Commit b6f4f5a

Browse files
committed
2 parents b6a5828 + 6876ad9 commit b6f4f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 `
7474

7575
## How does it work?
7676
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

Comments
 (0)