networkclient
radsample2.c File Reference

More complex client using select() and nr_transmit() More...

#include <networkradius-devel/client.h>
#include <sys/select.h>
#include "nr_vp_create.c"
Include dependency graph for radsample2.c:

Functions

int main (UNUSED int argc, UNUSED const char *argv[])
 

Detailed Description

More complex client using select() and nr_transmit()

This example does not use the nr_track_id_t data structure, and therefore can only send one packet at a time.

Function Documentation