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

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.