> 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/