摘要: Studying TCP's Throughput and Goodput using NS What is Throughput Throughput is the amount of data received by the destination.The Average Throughput ... 阅读全文
posted @ 2014-10-26 23:50 Ryan in C++ 阅读(407) 评论(0) 推荐(0)
摘要: Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion... 阅读全文
posted @ 2014-10-26 23:12 Ryan in C++ 阅读(344) 评论(0) 推荐(0)
摘要: NS Simulation: Scheduling Events Simulation time A similation system (such as NS) must have a built-in simulation clock - it represents the "clock" ... 阅读全文
posted @ 2014-10-26 23:10 Ryan in C++ 阅读(284) 评论(0) 推荐(0)
摘要: 这个网站上的一系列讲解NS2的内容真的是深入浅出,看完立刻豁然开朗。所以就接连转了几篇。Scheduling Events那篇里的例子特别好,看完就懂了。http://www.mathcs.emory.edu/~cheung/Courses/558-old/Syllabus/90-NS/NS Sim... 阅读全文
posted @ 2014-10-26 23:07 Ryan in C++ 阅读(327) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/kenden23/article/details/18696083本题是十分麻烦的题目,情况是非常多,网上也很多方法,其中最有效,优雅的方法是有限状态自动机(Finite automata machine)。其他一般方法都会十分复杂,而代码不能算优雅。为此我... 阅读全文
posted @ 2014-10-26 10:55 Ryan in C++ 阅读(240) 评论(0) 推荐(0)