NAME
Linux::Socket::Accept4 - accept4(2) bindings for Perl5
SYNOPSIS
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>