Skip to content
Commit 2772b495 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

SCTP: Pick the correct port when binding to 0.



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: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent d99fa429
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment