diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:34:13 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:34:13 +0300 |
| commit | b24855082e1fe67e2a340c406929a594a201268b (patch) | |
| tree | 239d287b4395420f598180ff4084cfbb1fcae0e4 /web | |
| parent | 27434f323576b30d37a70bd205ef33611b45f310 (diff) | |
RAW as an alias of TCP
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index debc38de..7150f999 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -4,7 +4,7 @@ <a-form-item label='{{ i18n "transmission" }}'> <a-select v-model="inbound.stream.network" style="width: 75%" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="tcp">TCP</a-select-option> + <a-select-option value="tcp">TCP(RAW)</a-select-option> <a-select-option value="kcp">mKCP</a-select-option> <a-select-option value="ws">WebSocket</a-select-option> <a-select-option value="http">H2</a-select-option> |
