摘要: 参考:https://lwn.net/Articles/731133/ 参考:https://www.cnblogs.com/codestack/p/13947183.html 参考:https://www.cnblogs.com/codestack/p/12723229.html BPF_PROG 阅读全文
posted @ 2024-04-03 21:16 codestacklinuxer 阅读(161) 评论(0) 推荐(1)
摘要: TCP Fast Open定义 TCP Fast Open(TFO)是用来加速连续TCP连接的数据交互的TCP协议扩展,原理如下:在TCP三次握手的过程中,当用户首次访问Server时,发送SYN包,Server根据用户IP生成Cookie(已加密),并与SYN-ACK一同发回Client;当Cli 阅读全文
posted @ 2024-04-03 16:09 codestacklinuxer 阅读(645) 评论(0) 推荐(0)