tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bad interaction between TCP delayed ack and RSTs



Whoops... That code snippet should read:

        if (tiflags & TH_RST) {
                if (th->th_seq != tp->rcv_nxt)
                        goto dropafterack_ratelim;

(That's what I get for not copy and pasting.)

Joanne


Home | Main Index | Thread Index | Old Index