Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udp: increments sk_drops in __udp_queue_rcv_skb()
Commit 9382177 (udp: Fix rcv socket locking) accidentally removed sk_drops increments for UDP IPV4 sockets. This field can be used to detect incorrect sizing of socket receive buffers. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information