Sendmsg, Recvmsg and Ancillary Data Operations
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 message sent or received (buf), the peer on the other end of the socket (name), and ancillary or so-called control information (cmsghdr). This ancillary data may be used for file descriptor passing, IPv6 operations, and a host of implemenation-specific extensions.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-Socket-MsgHdr
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Socket-MsgHdr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Socket-MsgHdr-0.04.tar.gz | 0000051231 50 KB | |
_link | 0000000192 192 Bytes | |
project.diff | 0000004938 4.82 KB |
Revision 3 (latest revision is 15)
Michael Schröder (mlschroe)
committed
(revision 3)
- update to Socket-MsgHdr-0.04 to get rid of patches
Comments 0