-
-
18 Jan 2015 02:28:19 UTC
- Distribution: Linux-Socket-Accept4
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (178 / 3 / 9)
- Kwalitee
Bus factor: 3- 100.00% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (55.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 5 contributors- fb7ee91d9b089b78786fbb>
-
Masahiro Nagano
-
Tokuhiro Matsuno
-
Maxime Soulé
-
Syohei YOSHIDA
- Dependencies
- Exporter
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
SOCK_CLOEXEC
SOCK_NONBLOCK
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
Module Install Instructions
To install Linux::Socket::Accept4, copy and paste the appropriate command in to your terminal.
cpanm Linux::Socket::Accept4
perl -MCPAN -e shell install Linux::Socket::Accept4
For more information on module installation, please visit the detailed CPAN module installation guide.