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.