https://github.com/fgasper/p5-socket-msghdr
CPAN’s Socket::MsgHdr
https://github.com/fgasper/p5-socket-msghdr
Last synced: about 1 year ago
JSON representation
CPAN’s Socket::MsgHdr
- Host: GitHub
- URL: https://github.com/fgasper/p5-socket-msghdr
- Owner: FGasper
- License: other
- Created: 2018-11-30T00:05:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T11:57:29.000Z (over 7 years ago)
- Last Synced: 2025-02-03T13:45:12.840Z (over 1 year ago)
- Language: Perl
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
Socket/MsgHdr version 0.02
==========================
Advanced socket messaging operations: sendmsg, recvmsg and cmsghdr
manipulation. Available as plain functions or IO::Socket methods.
XS handles structure packing (possible but unpleasant in Perl) and wraps
the syscalls; you and Perl do the rest!
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Copyright (C) 2003, 2010 Michael J. Pomraning
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.