You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: