上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 164 下一页
摘要: http://blog.csdn.net/zhangskd/article/details/47380761主要内容:客户端接收SYNACK、发送ACK,完成连接的建立。内核版本:3.15.2我的博客:http:... 阅读全文
posted @ 2017-04-03 15:03 张同光 阅读(308) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhangskd/article/details/47374373主要内容:connect()时的端口选取和端口重用。内核版本:3.15.2我的博客:http://blo... 阅读全文
posted @ 2017-04-03 15:01 张同光 阅读(477) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhangskd/article/details/45951029主要内容:客户端调用connect()时的TCP层实现。内核版本:3.15.2 我的博客:http://... 阅读全文
posted @ 2017-04-03 15:00 张同光 阅读(251) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=20718037&id=5163815第十二章 建立连接的过程 分析服务器, 如何为数... 阅读全文
posted @ 2017-04-02 21:23 张同光 阅读(425) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-20540275-id-1649827.html 最近工作需要修改一套tcp协议栈,简单的看了一下内核tcp协议栈的函数调用过程,只是一个大致的流... 阅读全文
posted @ 2017-04-01 17:22 张同光 阅读(238) 评论(0) 推荐(0) 编辑
摘要: http://www.haiyun.me/archives/iptables-nth-mark-route-load.html之前有介绍OpenWrt下ADSL多拨使用nexthop负载均衡,负载不是很理想,本次... 阅读全文
posted @ 2017-03-31 17:15 张同光 阅读(886) 评论(0) 推荐(0) 编辑
摘要: http://www.haiyun.me/archives/iptables-mark-connmark.htmlMARK标记用于将特定的数据包打上标签,供Iptables配合TC做QOS流量限制或应用策略路由。... 阅读全文
posted @ 2017-03-31 17:14 张同光 阅读(284) 评论(0) 推荐(0) 编辑
摘要: http://baturin.org/docs/iproute2/#Add%20a%20route%20via%20interfaceOverviewiproute2 is the Linux networkin... 阅读全文
posted @ 2017-03-31 15:44 张同光 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://baturin.org/docs/iproute2/#Add%20a%20route%20via%20interfaceRoute managementFor IPv4 routes, you ca... 阅读全文
posted @ 2017-03-31 15:31 张同光 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxdiyf.com/viewarticle.php?id=565981来源:SDNLAB本周二,非营利性开源组织Linux基金会宣布,美国最大的运营商AT&T已经成为其白金会员。AT... 阅读全文
posted @ 2017-03-31 11:21 张同光 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://blog.swineson.me/solve-android-work-mode-webview-crash-bug/解决Android在Work Mode中所有Webview崩溃的bug发表回复... 阅读全文
posted @ 2017-03-30 23:37 张同光 阅读(426) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/42134263/what-is-a-chromium-fataljni-android-cc236you may can have a lo... 阅读全文
posted @ 2017-03-30 22:15 张同光 阅读(1406) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/q/1010000007087853/a-1020000007089455系统redhat7,httpd已经启动[root@rhcsa conf.d]# nets... 阅读全文
posted @ 2017-03-30 14:56 张同光 阅读(504) 评论(0) 推荐(0) 编辑
摘要: http://baturin.org/docs/iproute2/#Add%20a%20route%20via%20interfacePolicy-based routing (PBR) in Linux is ... 阅读全文
posted @ 2017-03-30 14:22 张同光 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-03-29 20:32 张同光 阅读(88) 评论(0) 推荐(0) 编辑
摘要: ## IP configuration#config IP_MULTICAST bool "IP: multicasting" help This is code for addressing several... 阅读全文
posted @ 2017-03-29 16:49 张同光 阅读(159) 评论(0) 推荐(0) 编辑
摘要: # # MPTCP configuration # config MPTCP bool "MPTCP protocol" depends on (IPV6=y || IPV6=n) default y help This replaces the normal TCP stack with a Mu 阅读全文
posted @ 2017-03-29 16:48 张同光 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-03-29 14:50 张同光 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/silvervi/article/details/6325698 今天尝试编译内核,下载到了一份tar.xz结尾的压缩文件,网上解决方法比较少,不过还是找到了,... 阅读全文
posted @ 2017-03-23 23:09 张同光 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/pub/linux/kernel/ 阅读全文
posted @ 2017-03-23 23:06 张同光 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 164 下一页