We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5cecf commit 10c57b9Copy full SHA for 10c57b9
docs/book/src/proxies/socks5.md
@@ -29,7 +29,7 @@ as topology wise they are the same.
29
30
The key differences are:
31
32
-- SOCKS5 proxies do not operate on the application layer, and sit directly on the application layer;
+- SOCKS5 proxies do not operate on the application layer (layer 7), and sit directly on the session layer (layer 5);
33
- This means they have no need to touch for example the http packets at all, unless they want to;
34
- It is also one of the reasons that they are typically said to be faster, given the SOCKS protocol,
35
is fairly trivial and cheaply to interpret;
0 commit comments