网络
文章平均质量分 79
yxc135
此用户很懒,没有任何简介
展开
-
TCP滑动窗口
目前建立在TCP协议上的网络协议特别多,有telnet,ssh,有ftp,有http等等。这些协议又可以根据数据吞吐量来大致分成两大 类:(1)交互数据类型,例如telet,ssh,这种类型的协议在大多数情况下只是做小流量的数据交换,比如说按一下键盘,回显一些文字等等。(2)数 据成块类型,例如ftp,这种类型的协议要求TCP能尽量的运载数据,把数据的吞吐量做到最大,并尽可能的提高效率。针对这两种转载 2012-06-25 14:06:03 · 638 阅读 · 0 评论 -
C语言实现UDP打洞
首先,如果你不是很清楚UDP打洞原理,建议先看下这篇博文,写的很好。 http://blog.csdn.net/wenhuiqiao/article/details/5929186 废话不多说,上代码,过程请看代码注释,其中Client1和Client2实现代码相同,只是方向上有变化。 UDPServer:/*某局域网内客户端C1先与外网服务器S通信,S记录C1经NAT原创 2013-01-25 13:07:55 · 10093 阅读 · 14 评论 -
Dual NICs doesn't mean double bandwidth
It's very unlikely that bonding your interfaces will result in a speed increase. Typically, even if you bond the interfaces successfully AND configure the switch to support the etherchannel), then you转载 2015-11-22 12:47:50 · 660 阅读 · 0 评论