
tcp/ip
文章平均质量分 57
hengshan
这个作者很懒,什么都没留下…
展开
-
tcp_sock_struct
tcp_sock结构分析 位置:include/linux/tcp.h 基础机构 struct tcp_sock { /* inet_connection_sock has to be the first member of tcp_sock */ struct inet_connection_sock inet_conn; u16 tcp_header_len; /* Bytes of...原创 2018-05-23 09:56:52 · 1436 阅读 · 0 评论 -
TCP study
flow control two ways: rate-based window-based 2.1 slide window 2.2 window update explict signaling (The window advertisement from receiver):每一个包的交互,都带着接收窗口的大小。 window update:接收窗口有变化,但是ACK的序号没...原创 2018-06-06 09:40:31 · 304 阅读 · 0 评论 -
TCP tune
TCP tune TCP参数调整 [http://www.techrepublic.com/article/take-advantage-of-tcp-ip-options-to-optimize-data-transmission/] https://support.rackspace.com/how-to/disabling-tcp-offloading-in-windows-ser...原创 2018-06-06 10:13:46 · 500 阅读 · 0 评论