From 78f735ec23c1cb11a41a5555f7fe1271639c9c7b Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 4 Aug 2025 10:34:03 -0400 Subject: [PATCH] i2p.streaming.maxWindowSize for HTTP and SOCKS proxy --- docs/user-guide/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index d4c5551..a58f574 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -132,6 +132,7 @@ httpproxy.senduseragent | Pass through user's User-Agent if enabl httpproxy.i2cp.leaseSetType | Type of LeaseSet to be sent. 1, 3 or 5. (default: 3) httpproxy.i2cp.leaseSetEncType | Comma separated encryption types to be used in LeaseSet type 3 or 5 httpproxy.i2p.streaming.profile | HTTP Proxy bandwidth usage profile. 1 - bulk(high), 2- interactive(low). (default: 1) +httpproxy.i2p.streaming.maxWindowSize | Max window size for streams (default: 512) ### Socks proxy @@ -154,6 +155,7 @@ socksproxy.outproxyport | Outproxy port. If 0 socksproxy.outproxy socksproxy.i2cp.leaseSetType | Type of LeaseSet to be sent. 1, 3 or 5. (default: 3) socksproxy.i2cp.leaseSetEncType | Comma separated encryption types to be used in LeaseSet type 3 or 5 socksproxy.i2p.streaming.profile | SOCKS Proxy bandwidth usage profile. 1 - bulk(high), 2- interactive(low). (deafult: 1) +socksproxy.i2p.streaming.maxWindowSize | Max window size for streams (default: 512) ### SAM interface