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

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.