commit | ce5325c1338acf965f4300f4976eac2129aeb439 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri May 04 13:34:49 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 04 13:34:49 2007 -0700 |
tree | bd1da5c37d92568113c79ba47668a1c2a756811a | |
parent | 16d00fb7765a43a1b05989062e985d283b3a1f2d [diff] |
[SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP. Update the SO_REUSEADDR handling to also check for listen state. This was muliple listening server sockets can't be created and they will not steal packets from each other. Reported by Paolo Galtieri <pgaltieri@mvista.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>