diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/notes.txt | 8 |
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 + |