RE: [PATCH] tcp: RST: binding oif to iif for tcp v4
From: Eric Dumazet <hidden> Date: 2012-02-04 18:30:20
Le samedi 04 février 2012 à 13:15 -0500, Shawn Lu a écrit :
It won't work. For RST, socket is gone.
If this was true, we would not have :
tcp_v4_send_reset(struct sock *sk, struct sk_buff *skb)
but :
tcp_v4_send_reset(struct sk_buff *skb)
Think about it.
You write a lot, but you dont really understand what I wrote in my
previous mails, do you ?