summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 14:53:59 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 14:53:59 -0300
commit66f25ff0be2eff4aa77e7bdaf14df99c1125b2ec (patch)
treef6654285bc3af71869cf76e355972d405a951b7e /README.md
parentc8dda24a93664933d476aa4724a73cbfcf240db8 (diff)
downloadserver-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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b22de18..514b381 100644
--- a/README.md
+++ b/README.md
@@ -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.