18 Aug
2009
18 Aug
'09
11:24 a.m.
Stefan Winter wrote:
That should be sockfd instead of sock->fd in 238, right?
Yes.
And the first #if clause misses
int action = IP_PMTUDISC_DONT;
OK... fixed that, too.
Then it compiles alright, but doesn't solve the problem:
11:51:25.253733 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 221) radius-1.restena.lu.tdp-suite > eomund.restena.lu.radius: [udp sum ok] RADIUS, length: 193
Maybe the setsockopt() has to be done after the bind()... Alan DeKok.