commit | 30fff9231fad757c061285e347b33c5149c2c2e4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Nov 09 05:26:33 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 10 20:54:38 2009 -0800 |
tree | 79d07aba4b8de4367090442292e412d1ccf961ef | |
parent | 0ab365f463b9c5c8b76476a1808dfde1c38f6f19 [diff] |
udp: bind() optimisation 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>