commit | 32c1da70810017a98aa6c431a5494a302b6b9a30 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Fri Aug 24 23:09:41 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:48:31 2007 -0700 |
tree | 8583fe356829dd0265c673798262453d4bc36869 | |
parent | 356f89e12e301376f26795643f3b5931c81c9cd5 [diff] |
[UDP]: Randomize port selection. This patch causes UDP port allocation to be randomized like TCP. The earlier code would always choose same port (ie first empty list). Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>