Fix typo
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ int uc_set_tcp_keepalive(int sockfd)
|
|||||||
return setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &optval, sizeof(optval));
|
return setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &optval, sizeof(optval));
|
||||||
}
|
}
|
||||||
|
|
||||||
int uc_set_tcp_keepalive_cfg(int sockfd, const struct uCKeepConfig *cfg)
|
int uc_set_tcp_keepalive_cfg(int sockfd, const struct UCKeepConfig *cfg)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user