net-tcp: remove useless tw_timeout field
Tested: 'git grep tw_timeout' comes up empty and it builds :-) Signed-off-by: Maciej Żenczykowski <maze@google.com> Cc: Eric Dumazet <edumazet@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

orang tua
d96a43c664
melakukan
95358a9553
@@ -53,7 +53,6 @@ void dccp_time_wait(struct sock *sk, int state, int timeo)
|
||||
if (timeo < rto)
|
||||
timeo = rto;
|
||||
|
||||
tw->tw_timeout = DCCP_TIMEWAIT_LEN;
|
||||
if (state == DCCP_TIME_WAIT)
|
||||
timeo = DCCP_TIMEWAIT_LEN;
|
||||
|
||||
|
Reference in New Issue
Block a user