aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/find-connect-limit2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/find-connect-limit b/test/find-connect-limit
index ad0c3f5..199e515 100755
--- a/test/find-connect-limit
+++ b/test/find-connect-limit
@@ -10,7 +10,7 @@ ulimit -n
10You'll probably need to be root to do this. 10You'll probably need to be root to do this.
11]] 11]]
12 12
13require "socket" 13socket = require "socket"
14 14
15host = arg[1] or "google.com" 15host = arg[1] or "google.com"
16port = arg[2] or 80 16port = arg[2] or 80