]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: make SO_ACCEPTFILTER a shared variable
authorEric Wong <e@80x24.org>
Fri, 1 Oct 2021 09:54:39 +0000 (09:54 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Oct 2021 12:06:30 +0000 (12:06 +0000)
commit361a5b0d5aa7f96117725bd8bb2bc0a168963148
tree240e0a6c560411ce6b4f86a3a5ac35acf9c894e4
parent1181a7e6a853841f2d9fe8a9131aa05ad6d7e9d7
daemon: make SO_ACCEPTFILTER a shared variable

Constant subroutines use more memory and there's no need to
optimize it for inlining since it's only used at startup.
lib/PublicInbox/Daemon.pm
t/httpd-corner.t
t/httpd-https.t
t/httpd.t
t/imapd-tls.t
t/nntpd-tls.t