From fc59a0dacbacf49ab0f0d786481154afeece9420 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 5 Dec 2017 00:04:06 -0800 Subject: more notes --- doc/notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- cgit v1.2.3