summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-05-14 08:09:41 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-05-14 08:09:41 +0000
commit659efbc04444b67ba9c7e520815b67d132198f5f (patch)
treea2185a8f43d91356cd4a7427635904ff258f7da0 /README.md
parentded3f6948cc572cd57035a093bc884b56d939463 (diff)
Update README (No functional changes).
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