From 298d74b0edc5ca69daeeba00bbf09077c3ed6455 Mon Sep 17 00:00:00 2001 From: notsure2 Date: Mon, 29 May 2023 17:14:42 +0300 Subject: [PATCH] Document client options. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0bbc85f..26b0d27 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,11 @@ more detectable as a proxy, but it will make the Cloak client detect internet in data, after which the connection will be closed by Cloak. Cloak will not enforce any timeout on TCP connections after it is established. +`LoopbackTcpSendBuffer` is the number of bytes to use for the tcp loopback send buffer. Use a low value like 4096 to reduce upload bufferbloat on client. + +`LoopbackTcpReceiveBuffer` is the number of bytes to use for the tcp loopback receive buffer. Use a low value like 4096 to reduce download bufferbloat on client if the server is very close (low ping). + + ## Setup ### Server