随笔分类 - network
摘要:def _gzip_string(data): try: return gzip.compress(data) except AttributeError: import StringIO buf = StringIO.StringIO() fd = gzip.GzipFile(fileobj=bu
阅读全文
摘要:39 VARCHAR mysql =4*8+(8-1) IPv6_百度百科 https://baike.baidu.com/item/IPv6/172297 中文名互联网协议第6版 外文名IPv6(英文)Internet Protocol Version 6(英文) 数 量2^128(约3.4×10
阅读全文
摘要:从铜线到云端:网络技术的跨越与未来趋势 https://mp.weixin.qq.com/s/Jmi4GJ_OJkeJegVK8xU0UA 翻译 搜索 复制
阅读全文
摘要:高并发编程知识体系 https://mp.weixin.qq.com/s/LomMztIlXCUASWi0nEsXvA 翻译 搜索 复制 微信公众平台 https://mp.weixin.qq.com/s/LomMztIlXCUASWi0nEsXvA
阅读全文
摘要:An Introduction to the Modbus Communication Protocol https://www.solisplc.com/tutorials/modbus The Modbus Organization https://modbus.org/ Introductio
阅读全文
摘要:HTTP ERROR 451 翻译 搜索 复制
阅读全文
摘要:/frps -c ./frps.ini 身份认证 | frp https://gofrp.org/zh-cn/docs/features/common/authentication/ 翻译 搜索 复制
阅读全文
摘要:wireshark 抓包原理 翻译 搜索 复制
阅读全文
摘要:COAP协议 1.1. Features CoAP has the following main features: o Web protocol fulfilling M2M requirements in constrained environments o UDP [RFC0768] bind
阅读全文
摘要:https://baike.baidu.com/item/蜂窝网络/1372681 蜂窝网络被广泛采用的原因是源于一个数学结论,即以相同半径的圆形覆盖平面, 当圆心处于正六边形网格的各正六边形中心,也就是当圆心处于正三角网格的格点时所用圆的数量最少。 虽然使用最少个结点可以覆盖最大面积的图形即使要求
阅读全文
摘要:SYN_SENT表示请求连接,当你要访问其它的计算机的服务时首先要发个同步信号给该端口 SYN_SENT_百度百科 https://baike.baidu.com/item/SYN_SENT/2393347?fr=ge_ala SYN_SENT表示请求连接,当你要访问其它的计算机的服务时首先要发个同
阅读全文
摘要:Stream Control Transmission Protocol - Wikipedia https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol https://zh.wikipedia.org/wiki/流控制传
阅读全文
摘要:Network socket - Wikipedia https://en.wikipedia.org/wiki/Network_socket#Raw_sockets A network socket is a software structure within a network node of
阅读全文
摘要:1 #define EPERM 1 // Operation not permitted 操作不允许 2 #define ENOENT 2 // No such file or directory 文件/路径不存在 3 #define ESRCH 3 // No such process 进程不存在
阅读全文
摘要:// File returns a copy of the underlying os.File. // It is the caller's responsibility to close f when finished. // Closing l does not affect f, and c
阅读全文
摘要:202 Accepted - HTTP | MDN https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/202 202 Accepted The HyperText Transfer Protocol (HTTP) 202 Accepte
阅读全文
摘要:记一个诡异的TCP挥手乱序问题 https://mp.weixin.qq.com/s/vX0C-AmJ_tIddWbsWeizJA 翻译 搜索 复制
阅读全文
摘要:TCP Retransmission 造成的原因有哪些? - 知乎 https://www.zhihu.com/question/586578058/answer/2916704280 在Wireshark抓包分析中,“TCP Retransmission”(TCP 重传)和"TCP Dup ACK
阅读全文

浙公网安备 33010602011771号