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.