Formatting the UDP mode description

This commit is contained in:
Yaroslav Pronin
2025-01-28 20:05:41 +03:00
committed by GitHub
parent 089155544d
commit d75870dc02

View File

@@ -148,7 +148,7 @@ return view.extend({
o.default = o.disabled;
o.rmempty = false;
o = s.option(form.ListValue, "udp_mode", _("UDP mode"), _("This flag specifies udp handling strategy. If drop udp packets will be dropped (useful for quic when browser can fallback to tcp), if fake udp will be faked."));
o = s.option(form.ListValue, "udp_mode", _("UDP mode"), _("This flag specifies udp handling strategy. If <code>drop</code> udp packets will be dropped (useful for quic when browser can fallback to tcp), if <code>fake</code> udp will be faked."));
o.widget = "radio"
o.depends("quic_drop", "0");
o.value("fake", "fake");