mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
g3proxy: ignore useless config options in IntelliProxy
This commit is contained in:
parent
7c99cbb425
commit
00cc96c182
3 changed files with 6 additions and 39 deletions
|
|
@ -33,17 +33,6 @@ socks_server
|
|||
|
||||
Set name of the next socks_proxy server to send the accepted connections to.
|
||||
|
||||
protocol_detection_channel_size
|
||||
-------------------------------
|
||||
|
||||
**optional**, **type**: usize
|
||||
|
||||
The connection will be send to a task channel after it's protocol is detected. This config option set the channel size.
|
||||
|
||||
If the channel is full, the connection will be closed silently.
|
||||
|
||||
**default**: 4096
|
||||
|
||||
protocol_detection_timeout
|
||||
--------------------------
|
||||
|
||||
|
|
@ -55,17 +44,6 @@ If timeout, the connection will be closed silently.
|
|||
|
||||
**default**: 4s
|
||||
|
||||
protocol_detection_max_jobs
|
||||
---------------------------
|
||||
|
||||
**optional**, **type**: usize
|
||||
|
||||
Set the limit of protocol detection jobs.
|
||||
|
||||
If the limit is reached, the connection will be closed silently.
|
||||
|
||||
**default**: 4096
|
||||
|
||||
proxy_protocol
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue