diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-18 14:53:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-18 14:53:59 -0300 |
commit | 66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec (patch) | |
tree | f6654285bc3af71869cf76e355972d405a951b7e /README.md | |
parent | c8dda24a93664933d476aa4724a73cbfcf240db8 (diff) | |
download | server-66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec.tar.gz server-66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec.tar.bz2 server-66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec.tar.xz server-66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec.zip |
Create tokens (unfinished, needs IP checking). Document max length experiments.
Login still not enabled.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -97,4 +97,9 @@ Update Server should already be running when this server is running. Failure to do so might lead to infinite hangs on clients as they await for a reply. Caution doesn't hurt. +# Limitations + +This software can reliably send 4091 bytes at once. The biggest payload ever +tested was a Lorem Ipsum with about 20,000 bytes, which was delivered correctly. +Even so, we do not advise going past the 4091 bytes. |