=========
TODO List
=========

socks5pp

1. Accept filter is/was broken on ARM (retest recent patches).
2. Switch to using poll(2) instead of select(2), to allow larger file
   descriptor counts.
3. Add a mode where the outgoing connection is also done using SOCKS5,
   to an upstream server.
4. When the select(...) loop returns resolver results, use a map from
   name to list of waiting connection objects, to allow better scaling
   to large numbers of waiting clients.  This should replace the loop
   through all clients.
5. When responding to CONNECT request, the current code sends all zero
   for the bound address.  Use getsockname(2) to get this information
   and return it.  Also make the zero version an option.


s5dnstls

1. Add an option to bootstrap a WKN via reverse-lookup in DNS.
2. Add support for including port number in server address.
