Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:42:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static inline bool tcp_is_cwnd_limited(const struct sock *sk)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk |
1260 | If tcp_in_slow_start(tp) Then Return Sending congestion window < 2 * max packets_out in last window |
1263 | Return forward progress limited by snd_cwnd? |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |