mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
test/find-connect-limit: add missing "socket ="
This commit is contained in:
parent
790a58112f
commit
3a66baed15
@ -10,7 +10,7 @@ ulimit -n
|
|||||||
You'll probably need to be root to do this.
|
You'll probably need to be root to do this.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
require "socket"
|
socket = require "socket"
|
||||||
|
|
||||||
host = arg[1] or "google.com"
|
host = arg[1] or "google.com"
|
||||||
port = arg[2] or 80
|
port = arg[2] or 80
|
||||||
|
Loading…
Reference in New Issue
Block a user