chiark / gitweb /
noip.c (unix_socket_status): Return whether anyone's listening.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:54:35 +0000 (15:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:58:23 +0000 (15:58 +0100)
commit97162e5b05244df7dee91813544cd2e1566d881c
tree613d6938cfc7777d7ca76e5af384d54090d584ab
parentc0ae47b31fbdf9729f6ea531d674b93252b1b775
noip.c (unix_socket_status): Return whether anyone's listening.

Add a new `LISTEN' flag which says whether anyone's listening on the
socket.  Maybe the listener has gone away and we can only see the
leftover connections.
noip.c