The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Build Status

NAME

Linux::Socket::Accept4 - accept4(2) bindings for Perl5

SYNOPSIS

use Linux::Socket::Accept4;

accept4(CSOCK, SSOCK, SOCK_CLOEXEC);

DESCRIPTION

Linux::Socket::Accept4 is a wrapper module for accept4(2). This module is only available on GNU Linux.

accept4(2) is faster than accept(2) in some case.

FUNCTIONS

CONSTANTS

All constants are exported by default.

LICENSE

Copyright (C) tokuhirom.

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

AUTHOR

tokuhirom tokuhirom@gmail.com

SEE ALSO