On Sat, Apr 15, 2000 at 07:55:07PM +0400, A.N.Kuznetsov wrote:
> Hello!
> 
> > Waiting for your comments.
> 
> No comments. You are absolutely right.
> 
> Could you verify syncookies.c as well? Looking through patch-2.3.15,
> I see that I added incrementing syn_backlog there too.
> Seems, it should be done in 2.2 as well...

Yes, it should:

--- linux/net/ipv4/syncookies.c-o       Wed Feb  9 14:26:11 2000
+++ linux/net/ipv4/syncookies.c Sat Apr 15 18:21:42 2000
@@ -104,6 +104,8 @@
 {
        struct tcp_opt *tp = &sk->tp_pinfo.af_tcp;
 
+       sk->tp_pinfo.af_tcp.syn_backlog++;
+
        sk = tp->af_specific->syn_recv_sock(sk, skb, req, dst);
        req->sk = sk; 


-Andi (ashamed) 
        
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to