test-suite-session.txt
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This is a brief description of the tests in the file
  2. test-suite-session.tcl.  These tests can be run with the
  3. command "./test-all-session".
  4. Session1:
  5. Test one session on a simple topology.
  6.                      n3
  7.                     /
  8.        1.5Mb,10ms  / 1.5Mb,10ms
  9.     n0 --------- n1
  10.                     1.5Mb,10ms
  11.                    
  12.                     n2
  13. Events:                         
  14. time = 0.3, a CBR source at n2 starts sending to group 0x8001
  15. time = 0.3, four LossMonitor receivers, sitting at n0, n1, n2, and 
  16. n3 respectively, join the group 0x8001
  17. time = 1.1, simulation ends and prints number of packets 
  18. received/lost at the receivers
  19. test-output-Session1.Z:
  20. This is the compressed Test/Session1 output trace, generated by 
  21. 'namtrace-all' command.  This command should capture the details of
  22. packets being duplicated/scheduled by sources and received by 
  23. receivers. 
  24. Session2:
  25. Test one session on a six-node topology
  26.                   n0
  27.                  /  
  28.                n1    n2
  29.               /    /  
  30.              n3   n4   n5
  31. All links are of 1.5Mbps bandwidth with 10ms latency
  32. Events:
  33. time = 0.1, CBR source at n0 starts
  34. time = 0.2, LossMonitor receivers at n0-n5 join group 0x8002
  35. time = 1.6, Simulation ends and prints #pkts received/lost at the 
  36. receivers 
  37.            
  38. test-output-Session2.Z:
  39. This is the compressed Test/Session2 output trace, generated by 
  40. 'namtrace-all' command.  This command should capture the details of
  41. packets being duplicated/scheduled by sources and received by 
  42. receivers. 
  43. Session3:
  44. Test one session on a six node topology with inserted errors
  45.                   n0
  46.                  /  
  47.                n1    n2
  48.               /    /  
  49.              n3   n4   n5
  50. All links are of 1.5Mbps bandwidth with 10ms latency
  51. Events:
  52. t=0, Loss module with 1-loss/20-packet rate is inserted in between 
  53. n0 and n1
  54. t=0, Loss module with 1-loss/10-packet rate is inserted in between 
  55. n1 and n3
  56. t=0, Loss module with 1-loss/10-packet rate is inserted in between 
  57. n0 and n2
  58. The rest is the same as Session2
  59. test-output-Session3.Z:
  60. This is the compressed Test/Session3 output trace, generated by 
  61. 'namtrace-all' command.  This command should capture the details of
  62. packets being duplicated/scheduled by sources and received/lost at  
  63. receivers.