diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 5371b3d70cfe..f88f4649ba6f 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -222,7 +222,8 @@ struct tcp_sock { | |||
222 | u32 chrono_stat[3]; /* Time in jiffies for chrono_stat stats */ | 222 | u32 chrono_stat[3]; /* Time in jiffies for chrono_stat stats */ |
223 | u8 chrono_type:2, /* current chronograph type */ | 223 | u8 chrono_type:2, /* current chronograph type */ |
224 | rate_app_limited:1, /* rate_{delivered,interval_us} limited? */ | 224 | rate_app_limited:1, /* rate_{delivered,interval_us} limited? */ |
225 | unused:5; | 225 | fastopen_connect:1, /* FASTOPEN_CONNECT sockopt */ |
226 | unused:4; | ||
226 | u8 nonagle : 4,/* Disable Nagle algorithm? */ | 227 | u8 nonagle : 4,/* Disable Nagle algorithm? */ |
227 | thin_lto : 1,/* Use linear timeouts for thin streams */ | 228 | thin_lto : 1,/* Use linear timeouts for thin streams */ |
228 | unused1 : 1, | 229 | unused1 : 1, |