diff --git a/README.md b/README.md index 549e27c71bdcfb8ec834b64aea353962c9783186..594b89a72282e995fe3f2479ebf70850f2d34434 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