OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Bugtraq archives for 4th quarter (Oct-Dec) 1996: Re: Excellent host SYN-attack fix for BSD hosts

Re: Excellent host SYN-attack fix for BSD hosts

David Schwartz (davidswiznet.net)
Wed, 16 Oct 1996 13:27:36 -0400

        If I understand T/TCP correctly, the SYN cookies approach
shouldn't affect it at all. T/TCP only kicks in when you're talking to a
host you've talked to before. SYN cookies could easily be employed only
when talking to a host not in the host cache. (Which would likely happen
automatically because you check against the host cache before normal SYN
handling for the three-way handshake)

        DS

On Wed, 16 Oct 1996, Casper Dik wrote:

> >According to Avi Freedman:
> >> contains a few bits for reference into a table of MSS values; window size
> >> and any initial data is discarded; and the rest of the ISS is the MD5 output
> >
> >It will also break T/TCP I think. While it is not a big issue at the moment
> >it may become a real one later. Stevens in his thirs volume describe why
> >T/TCP is a good thing and it will be seen more and more in the future.