1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-08-31 16:11:58 +00:00

i2p.streaming.maxWindowSize for HTTP and SOCKS proxy

This commit is contained in:
orignal 2025-08-04 10:34:03 -04:00 committed by GitHub
parent aaeca57ffa
commit 78f735ec23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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