commit | 06393009000779b00a558fd2f280882cc7dc2008 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Oct 10 17:30:18 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 17:30:18 2007 -0700 |
tree | 0cd2e1f4cedd58c3c8056018bb6148dddd21d6ab | |
parent | 3c0cfc135829b98f7a4894938652f9ef78e24237 [diff] |
[SCTP]: port randomization Add port randomization rather than a simple fixed rover for use with SCTP. This makes it act similar to TCP, UDP, DCCP when allocating ports. No longer need port_alloc_lock as well (suggestion by Brian Haley). Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>