|
@@ -58,6 +58,13 @@ When gRPC is not available, Exhook tries to request the gRPC service at that int
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ socket_options {
|
|
|
|
|
+ desc {
|
|
|
|
|
+ en: "Connection socket options"
|
|
|
|
|
+ zh: "连接套接字设置"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
keepalive {
|
|
keepalive {
|
|
|
desc {
|
|
desc {
|
|
|
en: """Enables/disables periodic transmission on a connected socket when no other data is exchanged.
|
|
en: """Enables/disables periodic transmission on a connected socket when no other data is exchanged.
|
|
@@ -76,14 +83,14 @@ which means that also small amounts of data are sent immediately"""
|
|
|
|
|
|
|
|
recbuf {
|
|
recbuf {
|
|
|
desc {
|
|
desc {
|
|
|
- en: "The minimum size of the receive buffer to use for the socket"
|
|
|
|
|
|
|
+ en: "The minimum size of receive buffer to use for the socket"
|
|
|
zh: "套接字的最小接收缓冲区大小"
|
|
zh: "套接字的最小接收缓冲区大小"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
sndbuf {
|
|
sndbuf {
|
|
|
desc {
|
|
desc {
|
|
|
- en: "The minimum size of the send buffer to use for the socket"
|
|
|
|
|
|
|
+ en: "The minimum size of send buffer to use for the socket"
|
|
|
zh: "套接字的最小发送缓冲区大小"
|
|
zh: "套接字的最小发送缓冲区大小"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|