tor_multipath_voip/README.md

12 lines
393 B
Markdown
Raw Normal View History

2019-02-08 10:59:21 +00:00
# Donar
2019-02-08 17:23:59 +00:00
## Checklist
* [x] (Server) Connect to Tor Daemon to register Onion Services
* [x] (Client) Socks5 Protocol
2019-02-12 21:39:52 +00:00
* [x] (Server) Create multiple TCP servers, register them in epoll
* [x] (Client) Listen to UDP
* [x] (Server) Forward incoming traffic to a UDP server
* [x] (Both) Take parameters from command line (getopt ?)
* [x] (Both) Provide a nice abstraction for my algorithms