From 28998a8cfe92043b27ff573b54258e21123616a4 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 23 Aug 2011 02:34:43 +0200 Subject: uv: upgrade to 80e5491 --- deps/uv/uv.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deps/uv/uv.gyp') diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index e202e13bf1..ca90b826c7 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -109,6 +109,7 @@ 'src/win/stream.c', 'src/win/tcp.c', 'src/win/timer.c', + 'src/win/udp.c', 'src/win/util.c', 'src/win/winapi.c', 'src/win/winapi.h', @@ -232,6 +233,9 @@ 'test/test-tcp-writealot.c', 'test/test-timer-again.c', 'test/test-timer.c', + 'test/test-udp-dgram-too-big.c', + 'test/test-udp-ipv6.c', + 'test/test-udp-send-and-recv.c', ], 'conditions': [ [ 'OS=="win"', { @@ -269,6 +273,7 @@ 'test/benchmark-pump.c', 'test/benchmark-sizes.c', 'test/benchmark-spawn.c', + 'test/benchmark-udp-packet-storm.c', 'test/dns-server.c', 'test/echo-server.c', 'test/run-benchmarks.c', -- cgit v1.2.1