aboutsummaryrefslogtreecommitdiff
path: root/src/unix/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/stream.c')
-rw-r--r--src/unix/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/stream.c b/src/unix/stream.c
index 18763b47..204f5a25 100644
--- a/src/unix/stream.c
+++ b/src/unix/stream.c
@@ -417,7 +417,7 @@ int uv__stream_open(uv_stream_t* stream, int fd, int flags) {
/* TODO Use delay the user passed in. */
if ((stream->flags & UV_HANDLE_TCP_KEEPALIVE) &&
- uv__tcp_keepalive(fd, 1, 60)) {
+ uv__tcp_keepalive(fd, 1, 60, 1, 10)) {
return UV__ERR(errno);
}
}