Skip to content

Commit

Permalink
fix: typo (rapiz1#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoudronViande24 authored Feb 13, 2024
1 parent 65b27f0 commit 62114cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ When `rathole` starts in the client mode, it creates connections to `server.comm

When a control channel starts, the server challenge the client by a nonce, the client is required to authenticate as the service it wants to represent. Then the forwarding of that service is set up.

When the server accepts a connection on a service's `bind_port`, it sends a control command to the client via the corresponding contorl channel. Then the client connects to the server to create a data channel. In this way, a forwarding is set up. The server also creates a few data channels in advance to improve the latency.
When the server accepts a connection on a service's `bind_port`, it sends a control command to the client via the corresponding control channel. Then the client connects to the server to create a data channel. In this way, a forwarding is set up. The server also creates a few data channels in advance to improve the latency.

0 comments on commit 62114cd

Please sign in to comment.