TODO List
---------

The following are features that I would like to add to phc in the
future.  Where possible, I will list the person who suggested it.
If you want to implement one of these or another idea you have, 
just mail me the diff against the current tree and I'll integrate 
it if possible.

* limit the time for every thread if necessary
* doc
  guide with example to use it
  description about delay computation
  feature list in detail and in project page also
* info
* socks5
  through socks5 proxy to validate test proxies
  test socks5 proxies
* switch among the following:
  myhost with basic auth (have)
  myhost without auth (have)
  without myhost, just connect to the test proxies directly. (todo)
* give speed in Bytes per second.
* sort
* rewrite Makefile.am, configure.in
  for easily update in the future.
* port to unix
* read proxylist from internet
  Thanks to give me a list of sites stably providing free proxies everyday.
* read proxylist from stdin 
* cgi 
* more scripts
* rewrite configure.in to support config.h and configuration file path 
* rewrite code to be more simple and readable. 
  (Now it is quite dirty,especially in var declaration).
* python scripts
