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

Search results for "module:Socket"

Socket - networking constants and support functions River stage five • 299 direct dependents • 12426 total dependents

This module provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() ...

PEVANS/Socket-2.038 - 15 Apr 2024 20:15:41 UTC

IO::Socket - Object interface to socket communications River stage five • 5475 direct dependents • 32646 total dependents

"IO::Socket" provides an object-oriented, IO::Handle-based interface to creating and using sockets via Socket, which provides a near one-to-one interface to the C socket library. "IO::Socket" is a base class that really only defines methods for those...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

LWP::Socket - TCP/IP socket interface River stage one • 1 direct dependent • 1 total dependent

Beware: New code should not use this module. The IO::Socket::INET module provide the standard Perl interface to OO Internet sockets. Even LWP is now rewritten to use IO::Socket::INET throughout. This class implements TCP/IP sockets. It groups socket ...

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC

ZMQ::Socket - ZMQ Socket object River stage one • 2 direct dependents • 7 total dependents

A ZMQ::Socket object represents a 0MQ socket. ZMQ::Socket object can only be created via ZMQ::Context objects, so there are no public constructors. The types of sockets that you can create, and the semantics of the socket object varies greatly on the...

DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC

Quiq::Socket - TCP-Verbindung zu einem Server River stage zero No dependents

Ein Objekt der Klasse repräsentiert eine TCP-Verbindung zu einem Server. Der Verbindungsaufbau erfolgt mit der Instantiierung des Objekts. Die Klasse ist abgeleitet von IO::Socket::INET und besitzt folglich alle Methoden dieser Klasse. POD ERRORS Hey...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Coro::Socket - non-blocking socket-I/O River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements socket-handles in a coroutine-compatible way, that is, other coroutines can run while reads or writes block on the handle. See ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC

Socket::Mmsg - Perl extension for recvmmsg and sendmmsg Linux syscalls River stage zero No dependents

"Socket::Mmsg" - Is wrapper around two Linux-specific syscalls : recvmmsg and sendmmsg. Basically it was made for using in gather-type scripts (like snmp requests on huge number of devices), for more info you can read man pages of recvmmsg(2) and sen...

HITHIM/Socket-Mmsg-0.02 - 15 May 2013 08:48:12 UTC

Check::Socket - Check socket communication functionality. River stage zero No dependents

There is need of check for socket communication functionality in tests. Actually we have many duplicated and not same check code in distributions. Sic! Intent of this module is create common code for check and test all behaviours. Extra thing is erro...

SKIM/Check-Socket-0.04 - 08 Dec 2022 07:23:29 UTC

Child::Socket - Socket based IPC plugin for Child River stage zero No dependents

Lets you create a Child object, disconnect from it, and reconnect later in the same or different process....

EXODIST/Child-Socket-0.003 - 03 Dec 2013 05:58:44 UTC

POSIX::Socket - Low-level perl interface to POSIX sockets River stage zero No dependents

The primary purpose of this is to use file descriptors instead of file handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. I hope you enjoyed it. EXPORT $fd = _socket($socket_f...

YURY/POSIX-Socket-0.09 - 12 Jul 2013 08:40:53 UTC

Socket::Linux - Socket constants defined in Linux <netinet/tcp.h> River stage one • 1 direct dependent • 1 total dependent

Exports to perl the constants defined in Linux <netinet/tcp.h>...

SALVA/Socket-Linux-0.01 - 07 Jun 2010 16:52:46 UTC

Danga::Socket - Event loop and event-driven async socket base class River stage two • 14 direct dependents • 32 total dependents

This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. Callers subclass Danga::Socket....

NML/Danga-Socket-1.62 - 04 Nov 2019 20:49:41 UTC

Socket::MsgHdr - sendmsg, recvmsg and ancillary data operations River stage one • 2 direct dependents • 2 total dependents

Socket::MsgHdr provides advanced socket messaging operations via sendmsg and recvmsg. Like their C counterparts, these functions accept few parameters, instead stuffing a lot of information into a complex structure. This structure describes the messa...

FELIPE/Socket-MsgHdr-0.05 - 01 Dec 2018 04:16:33 UTC

Socket::Packet - interface to Linux's PF_PACKET socket family River stage zero No dependents

To quote packet(7): Packet sockets are used to receive or send raw packets at the device driver (OSI Layer 2) level. They allow the user to implement protocol modules in user space on top of the physical layer. Sockets in the "PF_PACKET" family get d...

PEVANS/Socket-Packet-0.11 - 01 Jun 2020 13:10:39 UTC

Socket::Netlink - interface to Linux's PF_NETLINK socket family River stage one • 2 direct dependents • 2 total dependents

This module contains the low-level constants and structure handling functions required to use Linux's "PF_NETLINK" socket family. It is suggested to use the high-level object interface to this instead; see IO::Socket::Netlink....

PEVANS/Socket-Netlink-0.05 - 17 Nov 2016 22:21:50 UTC

PocketIO::Socket - Socket class River stage one • 3 direct dependents • 3 total dependents

Instance of PocketIO::Socket is actually the object that you get in a handler. builder { mount '/socket.io' => PocketIO->new( handler => sub { my $socket = shift; # $socket is PocketIO::Socket instance } ); ... };...

VTI/PocketIO-0.17 - 07 Jan 2014 20:30:05 UTC

AnyEvent::Socket - useful IPv4 and IPv6 stuff. also unix domain sockets. and stuff. River stage three • 409 direct dependents • 668 total dependents

This module implements various utility functions for handling internet protocol addresses and sockets, in an as transparent and simple way as possible. All functions documented without "AnyEvent::Socket::" prefix are exported by default. POD ERRORS H...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

Socket::Multicast - Constructors and constants for multicast socket operations. River stage zero No dependents

This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. This module allows you to do the same things as IO::Socket::Multicast, but this is the long way....

HACHI/Socket-Multicast-0.01 - 11 Jul 2006 01:55:20 UTC

Socket::Multicast6 - Constructors and constants for IPv4 and IPv6 multicast socket operations. River stage one • 1 direct dependent • 2 total dependents

This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast....

NJH/Socket-Multicast6-0.04 - 28 Nov 2009 23:58:52 UTC

Kamaitachi::Socket - Kamaitachi connection socket River stage zero No dependents

See Kamaitachi....

TYPESTER/Kamaitachi-0.05 - 25 Feb 2010 01:16:32 UTC
214 results (0.059 seconds)