TODO 581 B

123456789101112131415161718192021
  1. TODO:
  2. -----
  3. check ipv6 support, although I don't have any machine configured with ipv6..., but work is required anyway
  4. windows Service
  5. windowsishms
  6. create documentation!!!!!!
  7. add to documentation a note about the importance of correctly whitelisting peer hostname(you need a DOT before the name, so for example bongmail.com doesn't match against .gmail.com)
  8. check return value from some functions
  9. document some functions
  10. check segfaults when receiving 1000+ threads
  11. inet_ntoa/ntoa_inet are static!!!
  12. reduce memory consumption per-thread
  13. profile program
  14. run through valgrind