Re: [DOC PATCH] Re: tcp_keepalive_intvl vs tcp_keepalive_time?

Nivedita Singhvi (nivedita@us.ibm.com)
Mon, 11 Feb 2002 12:51:43 -0800


> What kind of packets are keepalive packets, by the
> way? (I don't think the firewall rules are filtering
> them out, but I can't be sure.)

> Rob again. :)

Thanks for correcting the documentation - it was out of date and erroneous.

The keepalive packets are simple tcp segments sent on the connection:

- no data
- ack # is next expected byte
- sequence # is a stale (byte already acked by the other end) one, so that
the
other end is forced to send an ack in return (as it receives an out of
window
sequence #).

I cant imagine how a firewall would be filtering them..

thanks,
Nivedita

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/