Re: [2.6.22-rc4] UDP's local port assignment not working correctly.

2007-06-07 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Thu, 7 Jun 2007 15:18:39 +0200 > Yes, this was discovered two days ago and David reverted four commits. > > http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=commitdiff;h=82c5fde20031375cd93fa5a247cf15603ea1f152 > > So it should probably b

Re: [2.6.22-rc4] UDP's local port assignment not working correctly.

2007-06-07 Thread Eric Dumazet
On Thu, 7 Jun 2007 20:40:39 +0900 Tetsuo Handa <[EMAIL PROTECTED]> wrote: > Hello. > > Same local ports are assigned to multiple sockets. > The following program should print different local port number. > > - Start of program - > #include > #include > #include > #include > #include