Update tcp.c

This commit is contained in:
theanarkh 2020-12-25 03:28:07 +08:00 committed by GitHub
parent 5873ad226d
commit 0c19b0a52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1281,7 +1281,7 @@ int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) {
} else {
handle->flags &= ~UV_HANDLE_TCP_KEEPALIVE;
}
/* TODO: Store delay if handle->socket isn't created yet. */
return 0;
}