All, The contents of the transmitted packet include an uint8_t *data. What exactly is this pointing to ? The radius.c code sems to check it the first time round against NULL ? Ian Davies {02476 564662} Internal (x740 4662) IMS-SIPAC Software Development Engineer
"Iandc Davies" <Iandc.Davies@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.
participants (2)
-
Alan DeKok -
Iandc Davies