Skip to content
Snippets Groups Projects
Commit 29f23e16 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Fix socket type to IPv4 in case of no-multi usage

sctp_create_new_listener() takes a parameter server_type which is NOT
the IP version but whether it is an SCTP multihoming server. There was a
bug that when multihoming is not wanted, it created an IPv6 socket
instead of IPv4. This commit fixes this.

IPv6 is not supported yet.
parent e389b798
No related branches found
No related tags found
4 merge requests!650Release v1.1.0 Candidate,!588Develop nr merge,!551Develop Integration Branch 2019 week 13,!524Feature 127 protocol split
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment