From: Eric Wong Date: Mon, 18 Apr 2022 09:50:03 +0000 (+0000) Subject: lei: wire up pure Perl sendmsg/recvmsg for Linux users X-Git-Tag: v1.8.0~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=88c7c7c26b44ee4c1141fddb628a518b4d4d21a4;hp=88c7c7c26b44ee4c1141fddb628a518b4d4d21a4;p=public-inbox.git 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. ---