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

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.