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

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.