随笔分类 -  计算机网络

摘要:HTTP中,什么是"X " Prefix header? 例如 "github API" 的response headers有很多X前缀的头部: 查一下 "MDN文档" : Custom proprietary headers have historically been used with an 阅读全文
posted @ 2019-12-19 19:49 Rocin 阅读(4820) 评论(0) 推荐(1)
摘要:方法 1. HTTP/2用":authority"头部代替"Host"头部。 2. Chrome F12里面,HTTP/1.1有"view source",而HTTP/2是binary,没有"view source"。 3. Chrome F12 Network里面设置"Protocol"。 4. 阅读全文
posted @ 2019-12-10 14:45 Rocin 阅读(3235) 评论(0) 推荐(0)
摘要:参考 https://www.cnblogs.com/biyeymyhjob/p/4670502.html https://stackoverflow.com/questions/3761276/when should i use tcp nodelay and when tcp cork http 阅读全文
posted @ 2019-07-21 20:25 Rocin 阅读(764) 评论(0) 推荐(0)
摘要:图片来自网上资料 阅读全文
posted @ 2018-04-22 00:51 Rocin 阅读(222) 评论(0) 推荐(0)
摘要:http://bindog.github.io/blog/2015/03/10/synchronization in multiplayer networked game lockstep/ 游戏的暴击几率是“假”的 阅读全文
posted @ 2018-04-22 00:43 Rocin 阅读(232) 评论(0) 推荐(0)