]> Sergey Matveev's repositories - public-inbox.git/commit
lei: switch to use SEQPACKET socketpair instead of pipe
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:46:47 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:32 +0000 (07:32 +0000)
commitecf895dfab4f1afffebbf44049c055324bc9d72d
tree8cbc79a69d39c85dfa5e3c28de9cd567cf2109f8
parent1c2036674a7f355b47826e2dd494d126c8564b68
lei: switch to use SEQPACKET socketpair instead of pipe

This will allow us to use larger messages and do progress
reporting to accumulate in the main daemon.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiXSearch.pm
lib/PublicInbox/OpPipe.pm [deleted file]
lib/PublicInbox/PktOp.pm [new file with mode: 0644]