aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-12-05 00:04:06 -0800
committerbnewbold <bnewbold@robocracy.org>2017-12-05 00:04:06 -0800
commitfc59a0dacbacf49ab0f0d786481154afeece9420 (patch)
tree92743dfbd2a7bda359c1274805b16fa58193078f
parent58ad2b667811bbf459199828410ece86ed59e11e (diff)
downloaducp-fc59a0dacbacf49ab0f0d786481154afeece9420.tar.gz
ucp-fc59a0dacbacf49ab0f0d786481154afeece9420.zip
more notes
-rw-r--r--doc/notes.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/notes.txt b/doc/notes.txt
index cd0f688..a86db88 100644
--- a/doc/notes.txt
+++ b/doc/notes.txt
@@ -47,3 +47,11 @@ Beware that data size isn't equal to encrypted data size! Secret box adds the
nonce as part of the encrypted data.
mosh uses AES-128 with OCB mode.
+
+####
+
+* *MSG_MORE and **TCP_CORK*
+* freebsd’s sendfile() + TLS support
+* kafka’s fast disk I/O stuff (hint: no memory buffers if possible…)
+* splice() and sendfile() commands
+