From 0c19b0a52eeb72219994e76c710ea28205d882a2 Mon Sep 17 00:00:00 2001 From: theanarkh <2923878201@qq.com> Date: Fri, 25 Dec 2020 03:28:07 +0800 Subject: [PATCH] Update tcp.c --- src/win/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/tcp.c b/src/win/tcp.c index 71beda317..759a3978c 100644 --- a/src/win/tcp.c +++ b/src/win/tcp.c @@ -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; }