This commit is contained in:
Nils O. Selåsdal
2013-11-22 17:35:50 +01:00
parent 02c555bd6c
commit 3e05476694
+1 -1
View File
@@ -41,7 +41,7 @@ int uc_set_tcp_keepalive(int sockfd)
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;