mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-09 21:28:56 +00:00
Sockopt: Fix Windows UDP interface bind; Allow customSockopt work for UDP (#4504)
This commit is contained in:
@@ -65,10 +65,11 @@ message ProxyConfig {
|
||||
}
|
||||
|
||||
message CustomSockopt {
|
||||
string level = 1;
|
||||
string opt = 2;
|
||||
string value = 3;
|
||||
string type = 4;
|
||||
string network = 1;
|
||||
string level = 2;
|
||||
string opt = 3;
|
||||
string value = 4;
|
||||
string type = 5;
|
||||
}
|
||||
|
||||
// SocketConfig is options to be applied on network sockets.
|
||||
|
||||
Reference in New Issue
Block a user