]> Sergey Matveev's repositories - public-inbox.git/commit
listener: emit warnings on EPERM
authorEric Wong <e@80x24.org>
Sun, 24 Oct 2021 00:20:43 +0000 (18:20 -0600)
committerEric Wong <e@80x24.org>
Sun, 24 Oct 2021 02:20:33 +0000 (02:20 +0000)
commita877fe97c753e7dc1803936e932adff566f7641d
tree8be05924d0da7dfe9be69bc0a5dd421a25dedab5
parentc410bf707fb77b15698e14119dbf6e14e43479ba
listener: emit warnings on EPERM

In retrospect, warnings for EPERM on accept4(2) failure may
help detect misconfigured firewalls, so start emitting warnings
for EPERM.  Fwiw, I've never known excessive EPERM warnings
to be excessively noisy in other TCP services I've run over
the years.
lib/PublicInbox/Listener.pm