From 86304226a9aaa9e9ebd148b303e91a8294e0d000 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 20 Apr 2026 17:45:14 +0200 Subject: mKCP transport: Add cwndMultiplier 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. --- web/html/form/stream/stream_kcp.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'web/html/form/stream') diff --git a/web/html/form/stream/stream_kcp.html b/web/html/form/stream/stream_kcp.html index 48e77848..a07b843f 100644 --- a/web/html/form/stream/stream_kcp.html +++ b/web/html/form/stream/stream_kcp.html @@ -30,18 +30,15 @@ :min="0" > - - - - + - + -- cgit v1.2.3