Transmitted packet

Alan DeKok aland at ox.org
Tue Sep 20 17:12:00 CEST 2005


"Iandc Davies" <Iandc.Davies at Marconi.com> wrote:
> The contents of the transmitted packet include an     uint8_t     *data.
> 
> What exactly is this pointing to ?

  The transmitted packet.

  Your terminology is confused:

   - RADIUS_PACKET = internal FreeRADIUS data structure holdin uint8_t *data
   - uint8_t *data = actual RADIUS packet sent via "sendto"

> The radius.c code sems to check it the first time round against NULL ?

  Yes.  See the comments in the code.  The same packet may be sent
multiple times.

  Alan DeKok.




More information about the Freeradius-Users mailing list