Re: patch for caching TCP options with syncookies

2006-03-16 Thread jensen galan
index into this hash table. the struct caches the window_scale, timestamp, and sack options. it is based on how bsd handles a syn_flood, using a syn_cache in conjunction with syn_cookies. jensen --- John Heffner <[EMAIL PROTECTED]> wrote: > jensen galan wrote: > > greetings! >

patch for caching TCP options with syncookies

2006-03-15 Thread jensen galan
greetings! this is my first creation of a patch for the linux kernel. if you have time, could you please take a look at it and give me some feedback. this patch creates a syn_cache for caching TCP options when syn_cookies are in use (by default, all TCP options are lost when using syncookies). a