Fixing send/recv and optimizing.

This commit is contained in:
Diego Nehab 2004-06-23 01:08:54 +00:00
parent 1ce47ebe39
commit a193c087a4
5 changed files with 48 additions and 25 deletions

View file

@ -1,4 +1,4 @@
local socket = require"socket"
socket = require"socket"
host = host or "localhost"
port = port or "8080"