Thanks Eric for your quick reply. Sorry but in linux-2.6.32, IP_NODEFRAG
option is not supported. Is this a new socket option to fix this problem ?
Regards,
Vijay
On Wednesday 05 June 2013 07:16 PM, Eric Dumazet wrote:
On Wed, 2013-06-05 at 16:17 +0530, Vijay Tandeker wrote:
My questions:-
- Is this done intentionally ?
- If No, please suggest the solution to restore skb->sk pointer.
- If Yes, please suggest the solution to restore skb->sk pointer.
Kindly let me know in case if the problem is not clear or you need any
more data.
Have you tried
int one = 1;
setsockopt(fd, SOL_IP, IP_NODEFRAG,&one, sizeof(one));
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html