debian man page for socket::linux

Query: socket::linux

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Socket::Linux(3pm)					User Contributed Perl Documentation					Socket::Linux(3pm)

NAME
Socket::Linux - Socket constants defined in Linux <netinet/tcp.h>
SYNOPSIS
use Socket qw(IPPROTO_TCP); use Socket::Linux qw(TCP_KEEPINTVL TCP_KEEPIDLE TCP_KEEPCNT); setsockopt($sock, IPPROTO_TCP, TCP_KEEPIDLE, 10); setsockopt($sock, IPPROTO_TCP, TCP_KEEPINTVL, 10); setsockopt($sock, IPPROTO_TCP, TCP_KEEPCNT, 3);
DESCRIPTION
Exports to perl the constants defined in Linux <netinet/tcp.h>
SEE ALSO
Socket, perlfunc, tcp(7).
AUTHOR
Salvador Fandin~o (sfandino@yahoo.com)
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Qindel Formacion y Servicios SL. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2010-06-07 Socket::Linux(3pm)
Related Man Pages
io::socket::unix(3pm) - redhat
io::socket::unix5.18(3pm) - mojave
io::socket::unix(3perl) - debian
log::handler::output::socket(3pm) - debian
socket::multicast6(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph