Re: [PATCH net] tcp: ignore Fast Open on repair mode

2018-04-27 Thread David Miller
From: Yuchung Cheng Date: Wed, 25 Apr 2018 11:33:08 -0700 > The TCP repair sequence of operation is to first set the socket in > repair mode, then inject the TCP stats into the socket with repair > socket options, then call connect() to re-activate the socket. The > connect syscall simply returns

[PATCH net] tcp: ignore Fast Open on repair mode

2018-04-25 Thread Yuchung Cheng
The TCP repair sequence of operation is to first set the socket in repair mode, then inject the TCP stats into the socket with repair socket options, then call connect() to re-activate the socket. The connect syscall simply returns and set state to ESTABLISHED mode. As a result Fast Open is meaning