TODO
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. # $Id: TODO,v 1.115 2000/01/05 10:38:29 michaels Exp $
  2. * add to exitsignalv.
  3. * assume config.method is set when checking addedd rules, warn
  4.   on error/strangeness.
  5. * clean up (char)version (unsigned char)version and etc. stuff.
  6. * always call gettimedout() regardless of select()?  Brought
  7.   up by Per Hedeland (per@erix.ericsson.se).
  8. * dl magic to get libwrap to share hostcache?
  9. * if socks_lock() fails in vslog(), log anyway?
  10. * sepearte auth struct per io object?  (could log ident username
  11.   for bindreply)
  12. * share host/addr cache across processes.
  13. * get and send all argument to old signalhandler when necessary.
  14. * clean up namespace.
  15. * make requestchildren support multiple clients too.
  16. * continue work on udp bind, or junk it completely?
  17. * a max value for the number of free io/negotiator's?  mother could kill
  18.   "redundant" ones.
  19. * shrink io_t, too big.
  20. * support giving a interface name instead of ip address?
  21. * possible to specify what address/portrange server should use for
  22.   outgoing connection in each rule?
  23. * solaris cc needs -misalign due to alignment problems with sockaddr/
  24.   sockaddr_in casts. causes coredump with ftp (passive ls) in client,
  25.   in sockshost2sockaddr (util.c, line 271, version 1.94).