From: Rakesh Ranjan <[email protected]>
Date: Mon, 16 Nov 2009 19:15:34 +0530

> +     /* Construct UDP header */
> +     udph = &pkt->udph;
> +     udph->source = htons(DHCPC_CLIENT_PORT);
> +     udph->dest = htons(DHCPC_SERVER_PORT);
> +     udph->len = htons(sizeof(struct dhcp_pkt) - sizeof(struct iphdr));

UDP checksum is not set, and is also not validated on receive.
-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.


Reply via email to