freifunk-gluon / l3roamd

BSD 2-Clause "Simplified" License
12 stars 6 forks source link

add very basic socket to l3roamd that reports the amount of connected… #3

Closed christf closed 7 years ago

christf commented 7 years ago

have l3roamd answer with the client count on a socket. Introduce -P as command line switch

christf commented 7 years ago

this fixes #2

christf commented 7 years ago

actually I believe using MSG_NOSIGNAL to be superior (ie actually working) to the hack before. http://stackoverflow.com/questions/108183/how-to-prevent-sigpipes-or-handle-them-properly

christf commented 7 years ago

@NeoRaider this is in a working state now together with a respondd-module. What else needs work in this PR?