Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On multihoming when server is binded to ipv4 and ipv6 and client sctp init come from ipv6 address in INIT_ACK server is not responding back with ipv4 associations. #32

Open
ashisays opened this issue Apr 11, 2019 · 1 comment

Comments

@ashisays
Copy link

started server using this command ;
sctp_darn -P 4444 -l -H 2::2 -B 1::1 -B 172.16.0.155

connected using this on ipv4, all association is going.
sctp_darn -p 4444 -s -H 172.16.0.185 -c 172.16.0.155
connected using this on IPv6, only v6 associations is going.
sctp_darn -p 4444 -s -H 5::5 -c 1::1

@aaronmdjones
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants