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

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.