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

通讯编程

开发平台:

Visual C++

  1. Some Explaination of MPLS Code 
  2. August 29, 2000
  3. - MPLS CODE IS HIGHLY EXPERIMENTAL AND IS NOT THOROUGHLY TESTED. YOU 
  4.   SHOULD CAREFULLY VALIDATE IT FOR YOUR SPECIFIC USAGE. IF YOU FIND 
  5.   ANY BUG, OR HAVE ANY PATCH, PLEASE SEND TO ns-users@isi.edu
  6. - It does not work with multicast routing, particularly because (1)
  7.   there is no label setup mechanism for multicast groups, (2) there is
  8.   no multicast replicator to cooperate with MPLS classifier, and (3)
  9.   MPLS header contain pointers, which do not work with multicast
  10.   replicator.
  11. - It works only with flat unicast routing but not hierarchical routing
  12.   in any form. This is because current node-config architecture only
  13.   provides exclusive node types, namely, a node cannot supports
  14.   hierarchical routing and MPLS at the same time.
  15.   
  16. - Some interfaces in MPLS classifier and MPLS node are expected to
  17.   change in the near future to accomodate a new design of node-config
  18.   mechanism.
  19. - There are no simple example files of MPLS code, because the ones in
  20.   MPLS test suite are enough to serve as examples. Please read
  21.   tcl/test/test-suite-mpls.tcl.