Disallow pings for TCP sockets
authorAlan T. DeKok <aland@freeradius.org>
Wed, 29 Jun 2011 09:09:07 +0000 (11:09 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 29 Jun 2011 09:09:07 +0000 (11:09 +0200)
commiteb7be0aeec46da27eaa7dcc4a850fe14c7471085
treeb491146d22d5a6ffde525eea0cd2f6a735d74860
parent7c3aec3a5a2291e0a0e25443a613cf102cfa0788
Disallow pings for TCP sockets

The existing UDP ping code assumes that any socket can send to any
server.  This isn't true for TCP sockets.  For them, the pings
have to be specific to each socket.

The RFC 3539 Status-Server watchdog code will fix that.
src/main/realms.c