Udp packet with datagram length less than actual length is not discarded in linux kernel version 3.10.61.
Hi
I was sending the udp packet with datagram length less than actual length(in header length field is set to ((8+data length)-1)) but that packet is not discarded by linux kernel version 3.10.61. what could be the reason for it?
|