Tim Bass writes:
best solution known so far is Random Drop of waiting connections ....
Random Drop and Oldest drop do not work against high speed attacks.
In combination with Borman's minimization of the half open datastructures (and hash tabling of those structures), they work pretty well against fairly nasty attack.
I thought it was agreed by all on this list last week
No it wasn't. There are, however, people that don't want to pollute all these lists with this chatter.
that Jeff's solution to delay data structure initialization until after the handshake is complete was more reliable than Random Drop and is proven by Jeff on BSD to work with high speed attacks.
The stated technique is flawed in several ways. Among others, it breaks SYN filtering firewalls and breaks several important forms of TCP option negotiation. Perry