函数逻辑报告 |
Source Code:include\net\tcp.h |
Create Date:2022-07-27 07:40:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We follow the spirit of RFC2861 to validate cwnd but implement a more* flexible approach. The RFC suggests cwnd should not be raised unless* it was fully used previously. And that's exactly what we do in* congestion avoidance mode
函数原型:static inline bool tcp_is_cwnd_limited(const struct sock *sk)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct sock * | sk |
1260 | 如果tcp_in_slow_start(tp)则返回: Sending congestion window 小于2乘 max packets_out in last window |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |