I hereby claim:
- I am ralucah on github.
- I am ralucah (https://keybase.io/ralucah) on keybase.
- I have a public key ASCPjlnYCRdwBxwTUD-mUk9tPhjqWVyKNsw5AFjnIb829go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| local host, port = "10.0.13.3", 20000 | |
| local socket = require("socket") | |
| client = socket.tcp() | |
| client:settimeout(100) | |
| client:connect(host, port) | |
| payload=string.rep("a",16*1024*1024) | |
| payload=payload.."\n" | |
| --print(payload) | |
| for i=1,10 do |