>       I have attached a simple program I used for generating those
>       results.
>
> 'fromlen' needs to be set to sizeof 'from' before the recvfrom syscall

isn't it set? to quote from the example I have attached:

  socklen_t fromlen = sizeof(struct sockaddr_in);



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to