mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
README for disable_mtu_discovery
This commit is contained in:
parent
32b3dc65a0
commit
abd2a5d58c
2 changed files with 8 additions and 4 deletions
|
@ -178,7 +178,8 @@ encryption. If you need a proxy, just use our proxy modes.
|
|||
"prometheus_listen": ":8080", // Prometheus HTTP metrics server listen address (at /metrics)
|
||||
"recv_window_conn": 15728640, // QUIC stream receive window
|
||||
"recv_window_client": 67108864, // QUIC connection receive window
|
||||
"max_conn_client": 4096 // Max concurrent connections per client
|
||||
"max_conn_client": 4096, // Max concurrent connections per client
|
||||
"disable_mtu_discovery": false // Disable Path MTU Discovery (RFC 8899)
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -300,7 +301,8 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452
|
|||
"insecure": false, // Ignore all certificate errors
|
||||
"ca": "my.ca", // Custom CA file
|
||||
"recv_window_conn": 15728640, // QUIC stream receive window
|
||||
"recv_window": 67108864 // QUIC connection receive window
|
||||
"recv_window": 67108864, // QUIC connection receive window
|
||||
"disable_mtu_discovery": false // Disable Path MTU Discovery (RFC 8899)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -164,7 +164,8 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网
|
|||
"prometheus_listen": ":8080", // Prometheus 统计接口监听地址 (在 /metrics)
|
||||
"recv_window_conn": 15728640, // QUIC stream receive window
|
||||
"recv_window_client": 67108864, // QUIC connection receive window
|
||||
"max_conn_client": 4096 // 单客户端最大活跃连接数
|
||||
"max_conn_client": 4096, // 单客户端最大活跃连接数
|
||||
"disable_mtu_discovery": false // 禁用 MTU 探测 (RFC 8899)
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -285,7 +286,8 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452
|
|||
"insecure": false, // 忽略一切证书错误
|
||||
"ca": "my.ca", // 自定义 CA
|
||||
"recv_window_conn": 15728640, // QUIC stream receive window
|
||||
"recv_window": 67108864 // QUIC connection receive window
|
||||
"recv_window": 67108864, // QUIC connection receive window
|
||||
"disable_mtu_discovery": false // 禁用 MTU 探测 (RFC 8899)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue