上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 164 下一页
摘要: http://www.cnblogs.com/lxgeek/p/4365744.html 简述 TCP使用定时器函数tcp_retransmit_timer进行数据重发,MPTCP需要重发数据的时候, 不仅仅在原路径发送数据,而且会在另外一条子路径进行重发。这样考虑的原因是: 考虑网络中间件设备的影 阅读全文
posted @ 2016-08-07 15:29 张同光 阅读(229) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4330163.html 简述: 在TCP协议中影响数据发送的三个因素分别为:发送端窗口值、接收端窗口值和拥塞窗口值。 本文主要分析MPTCP中各个子路径对接收端窗口值rcv_wnd的处理。 接收端窗口值的初始化 根据《MPTCP 源码 阅读全文
posted @ 2016-08-07 15:28 张同光 阅读(225) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4330119.html 简述: MPTCP在发送数据方面和TCP的区别是可以从多条路径中选择一条 路径来发送数据。MPTCP在接收数据方面与TCP的区别是子路径对无序包 进行重排后,MPTCP的mpcb需要多所有子路径的包进行排序。查 阅读全文
posted @ 2016-08-07 11:35 张同光 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4330102.html 简述: 支持MPTCP的链路中存在多条子路径,因此在发送数据的时候需要选择最优路径来进行操作。 MPTCP利用内核通知链对MPTCP中各子路径进行增加路径、删除路径、修改路径优先级的操作。MPTCP根据 相应的 阅读全文
posted @ 2016-08-07 11:22 张同光 阅读(281) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4329986.html 简述 MPTCP在进行三次握手之后,客户端和服务端会进行地址信息的交换,让对方知道彼此未用的地址信息。 当客户端知道服务端的地址后就可以建立其他子路径。三次握手和建立子路径的过程如图1: 图1 关于Token、 阅读全文
posted @ 2016-08-07 11:16 张同光 阅读(261) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4329922.html 简述: MPTCP依然按照正常的TCP进行三次握手,只是在握手过程中增加了MPTCP特有的信息。 建立过程 三次握手过程如下图所示: 左边客户端发送的第一个SYN包携带有客户端自身的KEY,右边发送SYN/AC 阅读全文
posted @ 2016-08-07 11:09 张同光 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxgeek/p/4187164.html 背景 随着技术的发展许多设备具有了多个网络接口,而TCP依然是一个单线路的协议,在TCP的通信过程中发端和收端都 不能随意变换地址。我们可以利用多个网络接口的这一特性来改善性能和有效冗余。例如:你的手机同时连接 阅读全文
posted @ 2016-08-07 10:55 张同光 阅读(280) 评论(0) 推荐(0) 编辑
摘要: https://ubuntuforums.org/showthread.php?t=2119228The way I'd do it (probably not optimal, but it works): 1... 阅读全文
posted @ 2016-08-04 21:34 张同光 阅读(130) 评论(0) 推荐(0) 编辑
摘要: cp icons.svg /usr/share/inkscape/icons/then open icons.svg by inkscape/usr/share/inkscape/symbols/https://... 阅读全文
posted @ 2016-08-04 20:12 张同光 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://goinkscape.com/inkscape-main-tool-icons-symbol-library/Aaron Nieze |March 9, 2015 | Tools and Tips ... 阅读全文
posted @ 2016-08-04 17:33 张同光 阅读(149) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Xaviju/inkscape-open-symbolsCurrent project status managed in TaigaInkscape Open Symbol... 阅读全文
posted @ 2016-08-04 17:20 张同光 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://inkscape.org/en/~BobSongs/%E2%98%85iconssvgwget https://media.inkscape.org/media/resources/file/ic... 阅读全文
posted @ 2016-08-04 16:27 张同光 阅读(101) 评论(0) 推荐(0) 编辑
摘要: dnf install inkscapehttps://inkscape.org/en/about/What is Inkscape?Inkscape is professional quality vector... 阅读全文
posted @ 2016-08-04 15:18 张同光 阅读(143) 评论(0) 推荐(0) 编辑
摘要: mptcp-experiment.txteth0 (android-1) br_m_11 tap_m_11 switch1 (NS3) tap_m_12 br_m_12 eth0 (android-2... 阅读全文
posted @ 2016-08-03 21:50 张同光 阅读(116) 评论(0) 推荐(0) 编辑
摘要: compile_curl_for_android-x86_64-6.0.txt[root@localhost android-x86]# wget https://curl.haxx.se/download/cu... 阅读全文
posted @ 2016-08-03 10:25 张同光 阅读(99) 评论(0) 推荐(0) 编辑
摘要: http://blog.multipath-tcp.org/blog/html/index.htmlDecember 16, 2015 The design of Multipath TCP has beenhe... 阅读全文
posted @ 2016-08-03 08:46 张同光 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wuchanming/p/4422779.html1.引言 计算机网络中的带宽、交换结点中的缓存和处理机等,都是网络的资源。在某段时间,若对网络中某一资源... 阅读全文
posted @ 2016-08-02 21:08 张同光 阅读(2138) 评论(0) 推荐(0) 编辑
摘要: mptcp_android-x86-kernel-4.4.12.txt++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++in PC... 阅读全文
posted @ 2016-08-02 17:50 张同光 阅读(123) 评论(0) 推荐(0) 编辑
摘要: http://skims.realmv6.org/multipath-tcp-port-for-android/Multipath TCP Port for AndroidPosted on January 9,... 阅读全文
posted @ 2016-08-02 10:31 张同光 阅读(123) 评论(0) 推荐(0) 编辑
摘要: http://answers.microsoft.com/en-us/windows/forum/windows_7-networking/how-to-enable-ping-response-in-windo... 阅读全文
posted @ 2016-08-01 22:14 张同光 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 164 下一页