diff options
author | Jack Lloyd <[email protected]> | 2019-09-28 07:39:31 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-28 07:53:17 -0400 |
commit | 57ceb45b19da1ec77262ad543be004df073c4411 (patch) | |
tree | bc1a370e3d74ff343eeceb73fdc1953407bf8c0a /doc | |
parent | 5befd710a9ba2a40c0998c3e0a87943e4b8f829b (diff) |
Add poly_dbl speed util
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev_ref/todo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst index e8bf89183..e8e4b7fbc 100644 --- a/doc/dev_ref/todo.rst +++ b/doc/dev_ref/todo.rst @@ -200,6 +200,7 @@ CLI * Add a ``--completion`` option to dump autocomplete info, write support for autocompletion in bash/zsh. +* Refactor ``speed`` * Change `tls_server` to be a tty<->socket app, like `tls_client` is, instead of a bogus echo server. * `encrypt` / `decrypt` tools providing password based file encryption |