]> Sergey Matveev's repositories - public-inbox.git/commit
lei: wire up pure Perl sendmsg/recvmsg for Linux users
authorEric Wong <e@80x24.org>
Mon, 18 Apr 2022 09:50:03 +0000 (09:50 +0000)
committerEric Wong <e@80x24.org>
Mon, 18 Apr 2022 21:53:46 +0000 (21:53 +0000)
commit88c7c7c26b44ee4c1141fddb628a518b4d4d21a4
tree6c579e1df8ac9d31584c08f1a204cf77796b665b
parentf9a8fba3102362e07dc27bde8e2bc7bd2a42a1ed
lei: wire up pure Perl sendmsg/recvmsg for Linux users

This enables lei-daemon to work without Inline::C nor
Socket::MsgHdr installed.  Prior to this, only the `lei' client
was using the pure Perl implementation.  Either C implementation
is still marginally faster, however.
lib/PublicInbox/IPC.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/TestCommon.pm
t/lei-daemon.t
t/lei-externals.t