is it adaptive config for vmess AuthenticatedLength? #2319
-
is it adaptive for server-side to receive request with option vmess AuthenticatedLength, though the doc says it's non-adaptive as "This experiment needs to be opened on both the client and the server"? @xiaokangwang v2ray-core/proxy/vmess/outbound/outbound.go Lines 123 to 125 in a3a9e46 v2ray-core/proxy/vmess/encoding/server.go Line 358 in a3a9e46 v2ray-core/testing/scenarios/vmess_test.go Line 1414 in a3a9e46 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When this option is set, RequestOptionAuthenticatedLength will signal that this connection should use AuthenticatedLength extension. https://github.com/v2fly/v2ray-core/blob/master/common/protocol/headers.go#L44 If the server supports the same version of AuthenticatedLength extension, then connection will work. No server side setting is necesary. |
Beta Was this translation helpful? Give feedback.
When this option is set, RequestOptionAuthenticatedLength will signal that this connection should use AuthenticatedLength extension. https://github.com/v2fly/v2ray-core/blob/master/common/protocol/headers.go#L44
If the server supports the same version of AuthenticatedLength extension, then connection will work. No server side setting is necesary.