20 Sep
2005
20 Sep
'05
11:12 a.m.
"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.