1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00

define early data header name in websocket protobuf

This commit is contained in:
Shelikhoo 2021-05-01 00:48:04 +01:00
parent 408b5adc1c
commit dd5048c702
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -24,4 +24,6 @@ message Config {
int32 max_early_data = 5;
bool use_browser_forwarding = 6;
string early_data_header_name = 7;
}