Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在NS2中如何设置源的数据包速率。请分享参数,我如何设置,我知道如何设置UDP。
与基于 UDP 的 CBR(恒定比特率)不同,TCP 应用程序不是基于速率的。底层 TCP 层将根据拥塞控制机制(慢启动、拥塞避免和快速恢复)发送数据。因此,用户无法指定 TCP 中的发送速率。这就是为什么您可能找不到用于设置 TCP 应用程序(如 ftp)速率的 NS 命令。