Add issues

This commit is contained in:
Zack Scholl 2017-10-17 19:14:33 -06:00
parent 292b9ffe87
commit 497e1bc8ee
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@ $ croc -relay
Now, when you use *croc* to send and receive you can add `-server your-server.com` to use your rendezvous server.
# Known issues / To-Do list
- [ ] Is it secure? not sure
- [ ] Need to clear clients who disconnect before sending/receiving
- [ ] Handle file sizes < BUFFERSIZE * numberOfConnections (currently 4096 bytes)