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

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.