[TCP/DCCP]: Randomize port selection
authorStephen Hemminger <shemminger@osdl.org>
Fri, 4 Nov 2005 00:33:23 +0000 (16:33 -0800)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Sat, 5 Nov 2005 23:23:15 +0000 (21:23 -0200)
This patch randomizes the port selected on bind() for connections
to help with possible security attacks. It should also be faster
in most cases because there is no need for a global lock.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>

No differences found