Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Rawas <henryr@schakra.com>2011-07-15 00:18:28 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-15 00:23:08 +0400
commit8adc6b89219fc6efe1d2e479288d1f02d92c6921 (patch)
tree62a1936473997b4fad310d9eaef6ba219188e3ec /Makefile
parenta3e3ad40b1f34adcf4c039adb370da2e87cf5b5d (diff)
net_uv: Add maxConnections support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13987a456cc..2ae4d200742 100644
--- a/Makefile
+++ b/Makefile
@@ -139,6 +139,7 @@ test-uv: all
simple/test-net-pingpong \
simple/test-net-reconnect \
simple/test-net-remote-address-port \
+ simple/test-net-server-max-connections \
simple/test-net-server-try-ports \
simple/test-net-stream \
simple/test-net-socket-timeout \