diff options
author | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
commit | 5c4fc93d5f4137bf4c22ddf1a048c907a4a26727 (patch) | |
tree | a9a68e1f6a9c3bfe2b64fa1c3a4098865b7d3b5d /test/find-connect-limit | |
parent | ccef3bc4e2aa6ee5b997a80aabb58f4ff0b0e98f (diff) | |
parent | 43a97b7f0053313b43906371dbdc226271e6c8ab (diff) | |
download | luasocket-hjelmeland-patch-1.tar.gz luasocket-hjelmeland-patch-1.tar.bz2 luasocket-hjelmeland-patch-1.zip |
Merge branch 'master' into hjelmeland-patch-1hjelmeland-patch-1
Diffstat (limited to 'test/find-connect-limit')
-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 |