Speed up test-tcp-throttle.js

This commit is contained in:
Ryan 2009-08-24 16:51:37 +02:00
parent 69a9f66b07
commit 0727fcc9ed

View File

@ -1,6 +1,6 @@
include("mjsunit.js");
PORT = 20443;
N = 500;
N = 200;
server = node.tcp.createServer(function (connection) {
function send (j) {