上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 70 下一页
摘要: 翻看以前的文章 keepalive定时器 persist定时器 两者报文形式: 零窗口通知包:win=0 keepalive包:seq=ack-1, len = 1或者len = 0 keepalive报文 SLE: Sequence Left Edge of already acknowledge 阅读全文
posted @ 2022-11-09 12:20 codestacklinuxer 阅读(435) 评论(0) 推荐(0)
摘要: 一个https连接中, client先关闭后, 抓包发现server 端会发出close notify 为啥??(上述报文是没有解密的) SSL_shutdown() shuts down an active TLS/SSL connection. It sends the close_notify 阅读全文
posted @ 2022-11-08 18:20 codestacklinuxer 阅读(66) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-08 17:26 codestacklinuxer 阅读(115) 评论(0) 推荐(0)
摘要: 转载:How long does it take to make a context switch That's a interesting question I'm willing to spend some of my time on. Someone at StumbleUpon emitte 阅读全文
posted @ 2022-11-08 13:11 codestacklinuxer 阅读(35) 评论(0) 推荐(0)
摘要: 第一部分:系统运行级别定义 0、 关机,不要把系统缺省运行级别设置0 ,否则无法正常启动 1、单用户模式,允许ROOT用户对系统进行维护,不允许其它用户 2、多用户模式,在该模式下不能使用NFS 3、完全多用户模式,主机作为系统服务器通常处理该模式下(完全服务) 4、 5、图形登录模式,用户在该模式 阅读全文
posted @ 2022-11-07 21:37 codestacklinuxer 阅读(64) 评论(0) 推荐(0)
摘要: 参考:http://blog.yufeng.info/archives/747 参考:https://www.cnblogs.com/emperor_zark/archive/2012/12/11/context_switch_1.html 在做Linux服务器的时候经常会需要知道谁在做进程切换,什 阅读全文
posted @ 2022-11-07 14:20 codestacklinuxer 阅读(23) 评论(0) 推荐(0)
摘要: 目前做反向代理的性能优化时出现 connect 失败, 根据errno 可知, 不能bind当前ip +port; #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ 参考分析:connect内核代码 int __inet_h 阅读全文
posted @ 2022-11-02 18:47 codestacklinuxer 阅读(96) 评论(0) 推荐(0)
摘要: 参考:https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers GET /v.gif?ct=2&logFrom=feed_index&logInfo=top_refresh&qid=0x8f3c9a6a00094d65&logid=21511 阅读全文
posted @ 2022-10-29 17:35 codestacklinuxer 阅读(17) 评论(0) 推荐(0)
摘要: OPTIONS(选项) OPTIONS 方法表明请求想得到请求/响应链上关于此请求里的 URI(Request-URI)指定资源的通信选项信息。此方法允许客户端去判定请求资源的选项和/或需求,或者服务器的能力,而不需要利用一个资源动作(译注:使用 POST,PUT,DELETE 方法)或一个资源获取 阅读全文
posted @ 2022-10-28 10:57 codestacklinuxer 阅读(19) 评论(0) 推荐(0)
摘要: 1.3 Quick Checklist for Choosing HTTP GET or POST Use GET if: The interaction is more like a question (i.e., it is a safe operation such as a query, r 阅读全文
posted @ 2022-10-26 16:53 codestacklinuxer 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 70 下一页