> I've been probably dreaming too, but I would love to have some kind of > "scrub tcp" that would reassemble the stream, before forwarding it. > That would allow me to easily bypass the "PMTU" problems for example, > without having to tweak all clients (Win2000 & friends will send 1500 > byte segments, the gateway will reassemble them, and regenerate 1300 > bytes segments to the destination transparently, wow) > Is that a crazy idea?
use the max-mss scrub option. the hosts should then take care of it themselves. some nat/dsl routers automatically do this. .mike
