readme.txt
来自「adtcp.tar.gz TCL TCL」· 文本 代码 · 共 23 行
TXT
23 行
This is the NS-2 source code for ADTCP. The ADTCP is
a modified version of TCP NewReno for mobile ad hoc
networks. For Detailed protocol specification please
refer to the following paper:
Zhenghua Fu, Ben Greenstein, Xiaoqiao Meng, Songwu Lu,
"Design and Implementation of a TCP-Friendly Transport
Protocol for Ad Hoc Wireless Networks," to appear in
IEEE ICNP'02, 2002.
The NS-2 code is for NS-2.1b7a, the package include
the following files
1. tcp.cc, tcp.h (main tcp code)
2. tcp-sink.cc tcp-sink.h (the code at the receiver side)
3. tcp-newreno.cc (the NewReno extension)
4. main.tcl, main.comm (the NS-2 simulation scripts for running
the simulations.)
Just extract the source codes to your main NS-2 directory,
re-make your source files, and then run the simulation scripts.
Some of the lines in the scripts may need to configured to fit
in your environment/directory.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?