Chris Hegarty wrote:
Hi Michael,
The native sockaddr is not being correctly set in sctp_setpeerprim.
Also, the value of SCTP_SET_PEER_PRIMARY_ADDR should not be an
IPv4-mapped address for IPv4 addresses on lksctp. It should be an IPv4
address, in a similar way to how we handle addresses being
Hi Michael,
The native sockaddr is not being correctly set in sctp_setpeerprim.
Also, the value of SCTP_SET_PEER_PRIMARY_ADDR should not be an
IPv4-mapped address for IPv4 addresses on lksctp. It should be an IPv4
address, in a similar way to how we handle addresses being passed to bindx.
We