Re: [PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

2021-01-22 Thread Jakub Kicinski
On Thu, 21 Jan 2021 16:32:36 +0100 Eric Dumazet wrote: > On Thu, Jan 21, 2021 at 3:32 PM Pengcheng Yang wrote: > > > > Since the early retransmit has been removed by > > commit bec41a11dd3d ("tcp: remove early retransmit"), > > we also remove the unused ICSK_TIME_EARLY_RETRANS macro. > > > > Signe

[PATCH net-next] tcp: remove unused ICSK_TIME_EARLY_RETRANS

2021-01-21 Thread Pengcheng Yang
Since the early retransmit has been removed by commit bec41a11dd3d ("tcp: remove early retransmit"), we also remove the unused ICSK_TIME_EARLY_RETRANS macro. Signed-off-by: Pengcheng Yang --- include/net/inet_connection_sock.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git