Sockopt: Add dialTimeout

This commit is contained in:
风扇滑翔翼
2025-03-06 21:41:38 +00:00
committed by GitHub
parent 16eee1b89c
commit 43b57825fa
4 changed files with 51 additions and 33 deletions
+2
View File
@@ -128,4 +128,6 @@ message SocketConfig {
repeated CustomSockopt customSockopt = 20;
AddressPortStrategy address_port_strategy = 21;
int32 dial_timeout = 22;
}