Cross all the boxes!
This commit is contained in:
parent
a9c2ae3fb9
commit
fd4cd7034d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -4,8 +4,8 @@
|
|||
|
||||
* [x] (Server) Connect to Tor Daemon to register Onion Services
|
||||
* [x] (Client) Socks5 Protocol
|
||||
* [ ] (Server) Create multiple TCP servers, register them in epoll
|
||||
* [ ] (Client) Listen to UDP
|
||||
* [ ] (Server) Forward incoming traffic to a UDP server
|
||||
* [ ] (Both) Take parameters from command line (getopt ?)
|
||||
* [ ] (Both) Provide a nice abstraction for my algorithms
|
||||
* [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
|
||||
|
|
Loading…
Reference in a new issue