git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99fa42
)
SCTP: Pick the correct port when binding to 0.
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Tue, 21 Aug 2007 05:24:30 +0000
(14:24 +0900)
committer
Vlad 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