Revision 91571dc7a971a703980f2ade858366332e70ca57 authored by Paul Saab on 20 September 2000, 21:19:22 UTC, committed by Paul Saab on 20 September 2000, 21:19:22 UTC
A near complete re-write of the accf_http filter:
    1) Parse check if the request is HTTP/1.0 or HTTP/1.1 if not dump
       to the application.
       Because of the performance implications of this there is a sysctl
       'net.inet.accf.http.parsehttpversion' that when set to non-zero
       parses the HTTP version.
       The default is to parse the version.
    2) Check if a socket has filled and dump to the listener
    3) optimize the way that mbuf boundries are handled using some voodoo
    4) even though you'd expect accept filters to only be used on TCP
       connections that don't use m_nextpkt I've fixed the accept filter
       for socket connections that use this.
1 parent 5ca64f0
History

README.md

back to top