diff options
-rwxr-xr-x | test/find-connect-limit | 2 |
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 | |||
10 | You'll probably need to be root to do this. | 10 | You'll probably need to be root to do this. |
11 | ]] | 11 | ]] |
12 | 12 | ||
13 | require "socket" | 13 | socket = require "socket" |
14 | 14 | ||
15 | host = arg[1] or "google.com" | 15 | host = arg[1] or "google.com" |
16 | port = arg[2] or 80 | 16 | port = arg[2] or 80 |