Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, Andre Oppermann writes: > >I want to bring this up for discussion prior to start working on it. > > > >I intend to remove T/TCP (transactional TCP) support from our TCP > >implementation for the following reasons: > > Yeah, go for it! > > >However something like T/TCP is certainly useful and I know of one special > >purpose application using it (Web Proxy Server/Client for high-delay Satellite > >connections). > > Wouldn't that be inferior to what accept-filters gives us ?
No, not at all. In fact they are complementary and work beautifully together. T/TCP and the replacement are about cutting the extra round-trip times for the three-way handshake of TCP. accept_filter is sort of a buffer that defers readablility to userland until a full request has been received (a HTTP/1.1 request for example). -- Andre _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"