]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found