<div dir="ltr">   Shalom<div><br></div><div>I've been thinking of converting my TCP-based code </div><div>generator to SCTP.  Finding info on SCTP is not as</div><div>easy though as TCP.  Have you used SCTP?  On</div><div>openSUSE, I can compile this:</div><div><br></div><div>int sd=::socket(PF_INET,SOCK_STREAM,IPPROTO_SCTP);</div><div><br></div><div>with just this file:</div><div><a href="https://github.com/Ebenezer-group/onwards/blob/master/src/cmw/Buffer.hh">https://github.com/Ebenezer-group/onwards/blob/master/src/cmw/Buffer.hh</a>  <br></div><div><br></div><div>but on FreeBSD, I have to also</div><div>#include<netinet/sctp.h></div><div><br></div><div>.  Are there other Posix systems where you have to include</div><div>that file?  </div><div><br></div><div>I read that "SCTP frequently sends heartbeat messages to </div><div>test the state of connection."  I'm not sure I want it to do that </div><div>frequently.  Is that configurable?  Thank you in advance.</div><div><br></div><div><br></div><div>Brian</div><div>Ebenezer Enterprises - Want to get out of Murderapolis?</div><div>I'm looking for a roommate in the Roseville area.</div><div><a href="http://webEbenezer.net">http://webEbenezer.net</a></div></div>