Skip to content

Commit 10c57b9

Browse files
abernardeau-wallixGlenDC
authored andcommitted
fix sock5 proxy layer in doc
1 parent 5a5cecf commit 10c57b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/proxies/socks5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ as topology wise they are the same.
2929

3030
The key differences are:
3131

32-
- SOCKS5 proxies do not operate on the application layer, and sit directly on the application layer;
32+
- SOCKS5 proxies do not operate on the application layer (layer 7), and sit directly on the session layer (layer 5);
3333
- This means they have no need to touch for example the http packets at all, unless they want to;
3434
- It is also one of the reasons that they are typically said to be faster, given the SOCKS protocol,
3535
is fairly trivial and cheaply to interpret;

0 commit comments

Comments
 (0)