加入收藏 设为首页 联系站长
首页 | 虚拟动态 | Cisco模拟 | Juniper仿真 | 虚拟机 | 网络仿真 | 软件路由 | 技术专题 | 相关软件 | 交流论坛
>首页 -> 网络仿真 -> NS

TOP

mflood在2.27下运作所需要的修改
[ 录入者:admin | 时间:2007-10-28 01:01:10 | 作者: | 来源: | 浏览:851次 ]

http://140.116.72.80/~smallko/ns2/mflood.htm

相关代码如下:
in tcl/lib/ns-mobilenode.tcl

2.26
>
line 249 to 255

249        set dmux_ [$self demux]
250        set classifier_ [$self entry]
251
252        if { [Simulator set RouterTrace_] == "ON" } {
253                #
254                # Send Target
255                #

>******************

2.27

line 249 to 258

249        set dmux_ [$self demux]
250        set classifier_ [$self entry]
251
252        # let the routing agent know about the port dmux
253        $agent port-dmux $dmux_
254
255        if { [Simulator set RouterTrace_] == "ON" } {
256                #
257                # Send Target
258                #
>*******************

In line 253, it accesses "port-dmux".

This causes the Mflood protocol faiulre in 2.27, becaues it access a
non-existing function called port-dmux on the Agent object.

[上一篇]如何安装新的软件包patch [下一篇]NS中的路由
※相关文章
 

评论

称  呼:
内  容:

相关栏目

最新文章

热门文章

推荐文章

赞助商链接