mirror of
https://github.com/lkl/linux.git
synced 2025-12-21 09:03:14 +09:00
UDP bind() can be O(N^2) in some pathological cases. Thanks to secondary hash tables, we can make it O(N) Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
3.0 KiB
3.0 KiB