From owner-cvs-all Wed Dec 19 5:50:44 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id 5196837B41E for ; Wed, 19 Dec 2001 05:50:22 -0800 (PST) Received: (qmail 22043 invoked by uid 3193); 19 Dec 2001 13:50:21 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Dec 2001 13:50:21 -0000 Date: Wed, 19 Dec 2001 08:50:21 -0500 (EST) From: Mike Silbersack X-Sender: To: Robert Watson Cc: Jonathan Lemon , , Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You're just happy that you have something to put in the monthly status report. :) Mike "Silby" Silbersack On Wed, 19 Dec 2001, Robert Watson wrote: > Further cheers expand onto the scene. :-) > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services > > On Tue, 18 Dec 2001, Jonathan Lemon wrote: > > > jlemon 2001/12/18 22:12:14 PST > > > > Modified files: > > sys/netinet tcp_syncache.c > > Log: > > Extend the SYN DoS defense by adding syncookies to the syncache. > > All TCP ISNs that are sent out are valid cookies, which allows entries > > in the syncache to be dropped and still have the ACK accepted later. > > As all entries pass through the syncache, there is no sudden switchover > > from cache -> cookies when the cache is full; instead, syncache entries > > simply have a reduced lifetime. More details may be found in the > > "Resisting DoS attacks with a SYN cache" paper in the Usenix BSDCon 2002 > > conference proceedings. > > > > Sponsored by: DARPA, NAI Labs > > > > Revision Changes Path > > 1.6 +193 -14 src/sys/netinet/tcp_syncache.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message