summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 549e27c..594b89a 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,10 @@ handshake variants without being obscenely slow is non-trivial.
### TODO
- * (Maybe) Make it resilient to transient connection loss.
- * (Maybe) Use IP_MTU/TCP_MAXSEG to tweak frame size.
* Write a detailed protocol spec.
* Code cleanups.
* Write more unit tests.
+ * Optimize further.
### WON'T DO