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

通讯编程

开发平台:

Visual C++

  1. #
  2. # 0 connecting to 2 at time 127.93667922166023
  3. #
  4. set udp_(0) [new Agent/UDP]
  5. $ns_ attach-agent $node_(0) $udp_(0)
  6. set null_(0) [new Agent/Null]
  7. $ns_ attach-agent $node_(2) $null_(0)
  8. set cbr_(0) [new Application/Traffic/CBR]
  9. $cbr_(0) set packetSize_ 512
  10. $cbr_(0) set interval_ 4.0
  11. $cbr_(0) set random_ 1
  12. $cbr_(0) set maxpkts_ 10000
  13. $cbr_(0) attach-agent $udp_(0)
  14. $ns_ connect $udp_(0) $null_(0)
  15. $ns_ at 127.93667922166023 "$cbr_(0) start"
  16. set tcp [new Agent/TCP]
  17. $tcp set class_ 2
  18. set sink [new Agent/TCPSink]
  19. $ns_ attach-agent $node_(1) $tcp
  20. $ns_ attach-agent $node_(2) $sink
  21. $ns_ connect $tcp $sink
  22. set ftp [new Application/FTP]
  23. $ftp attach-agent $tcp
  24. $ns_ at 150.00000000000000 "$ftp start"