test/find-connect-limit: add missing "socket ="

This commit is contained in:
E. Westbrook 2020-03-28 15:28:26 -06:00 committed by Eric Westbrook
parent 743a5f1bcf
commit 5b18e475f3

View File

@ -10,7 +10,7 @@ ulimit -n
You'll probably need to be root to do this.
]]
require "socket"
socket = require "socket"
host = arg[1] or "google.com"
port = arg[2] or 80