[UDP]: Randomize port selection.
authorStephen Hemminger <shemminger@linux-foundation.org>
Sat, 25 Aug 2007 06:09:41 +0000 (23:09 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:31 +0000 (16:48 -0700)
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>

No differences found