Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:42:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tcp_fin_time
Proto:static inline int tcp_fin_time(const struct sock *sk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk |
1448 | fin_timeout = If linger2 Else sysctl_tcp_fin_timeout |
1451 | If fin_timeout < (rto << 2) - (rto >> 1) Then fin_timeout = (rto << 2) - (rto >> 1) |
1454 | Return fin_timeout |
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 |