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

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.