SCTP: Pick the correct port when binding to 0.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 21 Aug 2007 05:24:30 +0000 (14:24 +0900)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 30 Aug 2007 17:55:20 +0000 (13:55 -0400)
sctp_bindx() allows the use of unspecified port.  The problem is
that every address we bind to ends up selecting a new port if
the user specified port 0.  This patch allows re-use of the
already selected port when the port from bindx was 0.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>

No differences found