The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Socket::AcceptFilter - Set sockopt httpready/dataready on FreeBSD and Linux

VERSION

Version 0.03

SYNOPSIS

use Socket::AcceptFilter;

my $socket = ...;
listen($socket);
accept_filter($socket,'httpready'); # FreeBSD only
# or
accept_filter($socket,'dataready'); # FreeBSD/Linux

FUNCTIONS

accept_filter ($sock, $name)

AUTHOR

Mons Anderson, <mons at cpan.org>

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Socket::AcceptFilter

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Mons Anderson, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.