README
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. HTTP Model based on empirical data
  2. Contributed by Giao Nguyen, http://daedalus.cs.berkeley.edu/~gnguyen
  3. data/Http*.cdf: empirical data files provided by Bruce Mah
  4. http.tcl: class Http implements an HTTP connection
  5. Creation in ns:  new Http $ns $client $server
  6. http-ex.tcl: an example that use Http module
  7. Command line: ns http-ex.tcl -maxConn 4
  8. -----------------------------------------------------------------------------
  9. Older HTTP examples (not using the above module)
  10. http-single.tcl and http-mult.tcl were contributed to VINT
  11. by Curtis Villamizar.
  12. Sample commands to run them:
  13. ns http-single.tcl -window 8 -maxflow 4 -maxinline 4
  14. ns http-mult.tcl -seed 1 -persist -tail -window 8 -netqueue 40 -maxflow 4 -maxinline 4 -bkgproxy -bkg-flows 10 -clickers 2
  15. Http-mult currently goes into an infinite loop if -clickers is
  16. greater than 2.  This is clearly a bug.
  17. These programs require patches to ns-2.0a17 commited 23-May-97.
  18.    -johnh