Browse Source

add bugs/future features section

tags/v0.1.0
John-Mark Gurney 5 years ago
parent
commit
07228d1f8a
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      README.md

+ 9
- 2
README.md View File

@@ -50,9 +50,16 @@ cryptography libraries, it would pick the wrong ones, despite setting
CFLAGS and LDFLAGS. It is likely I could make this work, but do not CFLAGS and LDFLAGS. It is likely I could make this work, but do not
know how to. know how to.


TODO
----
Known Issues
------------

- Server does not verify client public key.

TODO/Future Features
--------------------


- DoS protection. Limiting number of connections. Limit resource - DoS protection. Limiting number of connections. Limit resource
consumption by opening connection and starting negotiation but not consumption by opening connection and starting negotiation but not
completing it, etc. completing it, etc.
- Support more than one client key.
- Select forwarding destination based upon client key.

Loading…
Cancel
Save