The idea is completely different.
accf_http is... here, just read the source: https://github.com/freebsd/freebsd/blob/master/sys/netinet/a... – if it sees something that looks like an HTTP request and delays returning to userspace until \r\n\r\n.
http.sys is an actual HTTP/1.x parser. That runs in ring 0.
The idea is completely different.
accf_http is... here, just read the source: https://github.com/freebsd/freebsd/blob/master/sys/netinet/a... – if it sees something that looks like an HTTP request and delays returning to userspace until \r\n\r\n.
http.sys is an actual HTTP/1.x parser. That runs in ring 0.