diff --git a/src/unix/udp.c b/src/unix/udp.c index ed6b6c25..eb4b8f4c 100644 --- a/src/unix/udp.c +++ b/src/unix/udp.c @@ -1087,7 +1087,7 @@ static int uv__setsockopt(uv_udp_t* handle, int option4, int option6, const void* val, - size_t size) { + socklen_t size) { int r; if (handle->flags & UV_HANDLE_IPV6)