Re: [Linux-l7sw-devel] New Layer7 switching project
Status: Alpha
Brought to you by:
acassen
From: Alexandre C. <ac...@gm...> - 2006-12-14 21:32:36
|
Hi Willy, > Alex, if I may suggest, you should not lose too much of your time on exotic > features for a proof of concept. Your time seems more valuable to me on hard > to solve problems such as MSS and window scaling where fewer people can work > than regex. Better add a wishlist to the project with difficulty levels ;-) yes you're right :) just want to extend userland soon since I spent already most of time in kernelspace. I already 'solved' the MSS problem with the current code setting server user_mss to client mss_clamp negociated => this is partial since in the other direction fragmentation can appear, need to deal with this, but most of datastream is from server to client so this assumption 'work' in most of HTTP workflow but to be rigurous must add fragmentation support :) I need now to extend to support wscale and sack. Will focus on those points during next week end. cya, Alexandre |