摘要:
1、收到ecn后调用tcp_fastretrans_alert >tcp_try_to_open >tcp_enter_cwr /* Enter CWR state. Disable cwnd undo since congestion is proven with ECN */ void tcp_ 阅读全文
posted @ 2024-12-21 00:58
codestacklinuxer
阅读(14)
评论(0)
推荐(0)
摘要:
tcp_notsent_lowat控制发送缓存队列中的未发送数据量。低于此值可发送 也就是对外是epoll_out 内核函数tcp_poll,通过函数sk_stream_is_writeable的结果判定,可通知用户层发送数据的时机。当发送缓存队列的数据流小于notsent_lowat值的时候,由P 阅读全文
posted @ 2024-12-21 00:24
codestacklinuxer
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号