Linux tcp_write_queue_tail 发送队列管理与 tsq 处理
Linux tcp_write_queue_tail 发送队列管理与 tsq 处理tcp_write_queue_tail 是 TCP 发送队列(sk_write_queue)的操作宏,定义在 include/net/tcp.h 中。sk_write_queue 是 struct sock 的 sk_write_queue 字段,类型为 struct sk_bu…
2026/7/21 18:15:11