diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-12-05 00:04:06 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-12-05 00:04:06 -0800 |
commit | fc59a0dacbacf49ab0f0d786481154afeece9420 (patch) | |
tree | 92743dfbd2a7bda359c1274805b16fa58193078f /doc | |
parent | 58ad2b667811bbf459199828410ece86ed59e11e (diff) | |
download | ucp-fc59a0dacbacf49ab0f0d786481154afeece9420.tar.gz ucp-fc59a0dacbacf49ab0f0d786481154afeece9420.zip |
more notes
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 + |