How to create an SCTP association

Michael Tuexen Michael.Tuexen at lurchi.franken.de
Thu May 1 18:07:25 UTC 2014


On 01 May 2014, at 14:49, Bernd Walter <ticso at cicely7.cicely.de> wrote:

> I have an SOCK_SEQPACKET socket and want to setup an association
> without sending a message.
Just call connect() or sctp_connectx().
> 
> The background is that I want to keep the round-trip times of peer
> servers.
> I've enabled regular heartbeat and can use SCTP_GET_PEER_ADDR_INFO
> to get the RTT.
> But in case a host is down or services are restarted I don't have
> an association to ask, so I will need some way to (re)establish
> associations.
> This is done in a different thread as the normal socket operation,
> which uses EOR to write.
> If I send a (dummy)message to the socket I would have to add a mutex
> to not disturb the sending thread.
Does the above solve your issue?

Best regards
Michael
> 
> -- 
> B.Walter <bernd at bwct.de> http://www.bwct.de
> Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
> 



More information about the freebsd-net mailing list