In researching the linux implementation of syn cookies I stumbled on a few
points that aren't initially clear to me.  I was hoping somehow could elaborate
and shed some light onto what I'm missing.

at net/ipv6/tcp_ipv6.c:1249 within tcp_v6_conn_request()

There is the following comment:

        /*
         *      There are no SYN attacks on IPv6, yet...
         */

Also above that in the same file within tcp_v6_hnd_req() it looks like pieces
of an ipv6 syn cookie implementation were left but have been commented out.

I was not aware of ipv6 making any changes to how tcp behaved (ignoring obvious
details such as pseudo-header changes in checksum calculations, etc.), so the
comment above puzzles me.  How does ipv6 change the viability of syn attacks
against tcp?

Also if anyone can provide any background that may exist on an ipv6
implementation of syn cookies that would be appreciated.  I'm considering
working on an implementation, but would like to know if anyone is already
working on one or it's been submitted but deemed unnecessary for some reasons.

--Glenn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to