"Iandc Davies" <[EMAIL PROTECTED]> 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.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to