undocumented.tex
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. chapter{Undocumented Facilities}
  2. Ns is often growing to include new protocols.
  3. Unfortunately the documention doesn't grow quite as often.
  4. This section lists what remains to be documented,
  5.   or what needs to be improved.
  6. (The documentation is in the doc subdirectory of the ns source code
  7.   if you want to add to it. :-)
  8. begin{description}
  9. item[Interface to the Interpreter]
  10.         begin{itemize}
  11.         item nothing currently
  12.         end{itemize}
  13. item[Simulator Basics]
  14.         begin{itemize}
  15.         item LANs need to be updated for new wired/wireless support
  16.                 (Yuri updated this?)
  17.         item wireless support needs to be added
  18.                 (done)
  19.         item should explicitly list queueing options in the queue mgt chapter?
  20.         end{itemize}
  21. item[Support]
  22.         begin{itemize}
  23.         item should pick a single list mgt package and document it
  24.         item should document the trace-post-processing utilities in bin
  25.         end{itemize}
  26. item[Routing]
  27.   begin{itemize}
  28.   item The usage and design of link state and MPLS routing modules
  29.     are not documented at all. (Note: link state and MPLS appeared only in
  30.     daily snapshots and releases after 09/14/2000.)
  31.   item need to document hierarchical routing/addressing
  32.     (Padma has done)
  33.   item need a chapter on supported ad-hoc routing protocols
  34.   end{itemize}
  35.   
  36. item[Queueing]
  37.         begin{itemize}
  38.         item CBQ needs documentation (can maybe build off of 
  39.                 url{ftp://ftp.ee.lbl.gov/papers/cbqsims.ps.Z}?)
  40.         end{itemize}
  41. item[Transport]
  42.         begin{itemize}
  43.         item need to document MFTP
  44.         item need to document RTP (session-rtp.cc, etc.)
  45.         item need to document multicast building blocks
  46.         item should repair and document snoop and tcp-int
  47.         end{itemize}
  48. item[Traffic and scenarios] (new section)
  49.         begin{itemize}
  50.         item should add a description of how to drive the simulator
  51.                 from traces
  52.         item should add discussion of the scenario generator
  53.         item should add discussion of http traffic sources
  54.         end{itemize}
  55. item[Application]
  56.         begin{itemize}
  57.         item is the non-Haobo http stuff documented? no.
  58.         end{itemize}
  59. item[Scale]
  60.         begin{itemize}
  61.         item should add disucssion of mixed mode (pending)
  62.         end{itemize}
  63. item[Emulation]
  64.         begin{itemize}
  65.         item nothing currently
  66.         end{itemize}
  67. item[Other]
  68.         begin{itemize}
  69.         item should document admission control policies?
  70.         item should add a validation chapter and snarf
  71.                 up the contents of ns-tests.html
  72.         item should snarf up Marc Greis' tutorial
  73.                 rather than just referring to it?
  74.         end{itemize}
  75. end{description}