table of contents
other versions
- Tumbleweed 1.5.3-1.1
- Leap-16.0
- Leap-15.6
| rc_tls_fd(3) | Radius client library | rc_tls_fd(3) |
NAME¶
rc_tls_fd - Returns the file descriptor of the TLS/DTLS session.
SYNOPSIS¶
#include <radcli/> int rc_tls_fd(
rc_handle *rh );
DESCRIPTION¶
This can also be used as a test for the application to see whether TLS or DTLS are in use.
PARAMETERS¶
- rh
- a handle to parsed configuration
RETURN VALUE¶
the file descriptor used by the TLS session, or -1 on error
SEE ALSO¶
| 2026-08-19 | radcli |