网站首页 站内搜索

搜索结果

查询Tags标签: icsk,共有 2条记录
  • 聊一聊tcp 拥塞控制 相关数据结构

    struct tcp_sock {//在 inet_connection_sock 基础上增加了 滑动窗口 拥塞控制算法等tcp 专有 属性/* inet_connection_sock has to be the first member of tcp_sock */struct inet_connection_sock inet_conn;u16 tcp_header_len; /* Bytes of tcp header to …

    2021/11/20 6:11:39 人评论 次浏览
  • 聊一聊tcp 拥塞控制 相关数据结构

    struct tcp_sock {//在 inet_connection_sock 基础上增加了 滑动窗口 拥塞控制算法等tcp 专有 属性/* inet_connection_sock has to be the first member of tcp_sock */struct inet_connection_sock inet_conn;u16 tcp_header_len; /* Bytes of tcp header to …

    2021/11/20 6:11:39 人评论 次浏览
扫一扫关注最新编程教程