From d44b70682c400e3cd12f7a84701b153b7182dedb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 4 May 2026 17:42:55 +0200 Subject: Update QUIC params defaults and UI validations #4142 Adjust QUIC parameter defaults and tighten form validation across inbound/outbound components. - Set default brutalUp/brutalDown to 65537 and only include them in JSON when congestion is 'brutal' or 'force-brutal'. - Change keepAlivePeriod defaults (inbound QUIC -> 5s, Hysteria stream -> 2s) and enforce minimums in the UI. - Expose and serialize additional QUIC fields in outbound QuicParams: init/max stream windows, init/max connection windows, maxIdleTimeout, disablePathMTUDiscovery, maxIncomingStreams. - Add UI min/placeholder constraints: stream/connection receive windows min=16384 and updated placeholders to show defaults, brutal fields min=65537, maxIncomingStreams min=8 (placeholders updated), keepAlive min adjusted. - Add Wireguard and Hysteria entries to Protocols. Touched files: web/assets/js/model/inbound.js, web/assets/js/model/outbound.js, web/html/form/outbound.html, web/html/form/stream/stream_finalmask.html. --- web/html/form/outbound.html | 34 +++++++++++++++--------------- web/html/form/stream/stream_finalmask.html | 26 +++++++++++------------ 2 files changed, 30 insertions(+), 30 deletions(-) (limited to 'web/html') diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index 90eb24c9..519c4cbc 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -579,23 +579,23 @@ - + - + - + - + - @@ -934,10 +934,10 @@ @@ -964,24 +964,24 @@ - + - + - + - + - + diff --git a/web/html/form/stream/stream_finalmask.html b/web/html/form/stream/stream_finalmask.html index 1259b660..0e28b476 100644 --- a/web/html/form/stream/stream_finalmask.html +++ b/web/html/form/stream/stream_finalmask.html @@ -356,10 +356,10 @@ @@ -377,30 +377,30 @@ - + - + - + - + - + - + -- cgit v1.2.3