Files | Admin

Notes:

Release Name: 1.0.0

Notes:
Socket#set_accept_filter allows you to enable accept filters on
server sockets.

In FreeBSD accept filters allow you to delay the return from an
accept() call until enough data arrives on the connection for
processing avoiding extra context switches while waiting for
the missing data.

Consult the accf_data(9), accf_http(9) and accept_filter(9) man
pages for further details.


Changes: