Jef 20d28e80a5 Initial community commit 2 lat temu
..
auth 20d28e80a5 Initial community commit 2 lat temu
cgi 20d28e80a5 Initial community commit 2 lat temu
README 20d28e80a5 Initial community commit 2 lat temu
dicttest.lua 20d28e80a5 Initial community commit 2 lat temu
excepttest.lua 20d28e80a5 Initial community commit 2 lat temu
find-connect-limit 20d28e80a5 Initial community commit 2 lat temu
ftptest.lua 20d28e80a5 Initial community commit 2 lat temu
hello.lua 20d28e80a5 Initial community commit 2 lat temu
httptest.lua 20d28e80a5 Initial community commit 2 lat temu
index.html 20d28e80a5 Initial community commit 2 lat temu
ltn12test.lua 20d28e80a5 Initial community commit 2 lat temu
luasocket.png 20d28e80a5 Initial community commit 2 lat temu
mimetest.lua 20d28e80a5 Initial community commit 2 lat temu
smtptest.lua 20d28e80a5 Initial community commit 2 lat temu
stufftest.lua 20d28e80a5 Initial community commit 2 lat temu
tcp-getoptions 20d28e80a5 Initial community commit 2 lat temu
test_bind.lua 20d28e80a5 Initial community commit 2 lat temu
test_getaddrinfo.lua 20d28e80a5 Initial community commit 2 lat temu
test_socket_error.lua 20d28e80a5 Initial community commit 2 lat temu
testclnt.lua 20d28e80a5 Initial community commit 2 lat temu
testmesg.lua 20d28e80a5 Initial community commit 2 lat temu
testsrvr.lua 20d28e80a5 Initial community commit 2 lat temu
testsupport.lua 20d28e80a5 Initial community commit 2 lat temu
tftptest.lua 20d28e80a5 Initial community commit 2 lat temu
udp-zero-length-send 20d28e80a5 Initial community commit 2 lat temu
udp-zero-length-send-recv 20d28e80a5 Initial community commit 2 lat temu
udpconnectclnt.lua 20d28e80a5 Initial community commit 2 lat temu
udpconnectsrvr.lua 20d28e80a5 Initial community commit 2 lat temu
unixdgramclnt.lua 20d28e80a5 Initial community commit 2 lat temu
unixdgramsrvr.lua 20d28e80a5 Initial community commit 2 lat temu
unixstreamclnt.lua 20d28e80a5 Initial community commit 2 lat temu
unixstreamsrvr.lua 20d28e80a5 Initial community commit 2 lat temu
upload.html 20d28e80a5 Initial community commit 2 lat temu
urltest.lua 20d28e80a5 Initial community commit 2 lat temu
utestclnt.lua 20d28e80a5 Initial community commit 2 lat temu
utestsrvr.lua 20d28e80a5 Initial community commit 2 lat temu

README

This provides the automated test scripts used to make sure the library
is working properly.

The files provided are:

testsrvr.lua -- test server
testclnt.lua -- test client

To run these tests, just run lua on the server and then on the client.

hello.lua -- run to verify if installation worked

Good luck,
Diego.