mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-22 23:45:50 +00:00
Replace legacy KCP buffer options with cwndMultiplier and maxSendingWindow across models and UI. Updated KcpStreamSettings in web/assets/js/model/inbound.js and web/assets/js/model/outbound.js (constructor, fromJson and toJson) to remove congestion/readBuffer/writeBuffer and use cwndMultiplier/maxSendingWindow instead. Updated web/html/form/outbound.html to reflect the new KCP fields in the stream form and to include extensive template formatting/markup cleanup for consistency and readability. |
||
|---|---|---|
| .. | ||
| external_proxy.html | ||
| stream_finalmask.html | ||
| stream_grpc.html | ||
| stream_httpupgrade.html | ||
| stream_hysteria.html | ||
| stream_kcp.html | ||
| stream_settings.html | ||
| stream_sockopt.html | ||
| stream_tcp.html | ||
| stream_ws.html | ||
| stream_xhttp.html | ||