Re: [PATCH] udp: randomize port selection

2007-08-24 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 23 Aug 2007 11:32:26 -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 <[EMAIL PROTECTED]> Applied to net-2.6

[PATCH] udp: randomize port selection

2007-08-23 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- a/net/ipv4/udp.c2007-08-23 09:44:22.0 -0700 +++ b/net/ipv4/udp.c2007-08-23 11:29:02.