Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Setting up SCTP on QNX: (6 Items)
   
Setting up SCTP on QNX  
Hi,

I'm trying to use SCTP on QNX.

Everything builds OK, however, when trying to open a listening socket 
following error occurs:

Protocol not configured or not supported

Any idea how to get rid of it?

Thanks.
Martin
Re: Setting up SCTP on QNX  
On Mon, Mar 23, 2009 at 07:11:48AM -0400, Martin Sustrik wrote:
> Hi,
> 
> I'm trying to use SCTP on QNX.
> 
> Everything builds OK, however, when trying to open a listening socket 
> following error occurs:
> 
> Protocol not configured or not supported
> 
> Any idea how to get rid of it?

If you're building your own I assume you're using the latest
from the foundry project.   There's no SCTP support therein.
If it were to be added I'd probably look into bringing over
the current FreeBSD implementation.

-seanb
Re: Setting up SCTP on QNX  
Hm, how come? Headers are obviously there as well as the library (otherwise the project won't build). Moreover, there's 
a SCTP documentation on QNX web site:

http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/s/sctp_proto.html

RE: Setting up SCTP on QNX  
Are you talking about io-pkt or io-net? The io-pkt doesn't have sctp
support. On 6.3.x per the doc you mentioned, its for io-net framework.  

Thanks
Weijie
 

-----Original Message-----
From: Martin Sustrik [mailto:community-noreply@qnx.com] 
Sent: March 24, 2009 4:06 AM
To: general-networking
Subject: Re: Setting up SCTP on QNX

Hm, how come? Headers are obviously there as well as the library
(otherwise the project won't build). Moreover, there's a SCTP
documentation on QNX web site:

http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/s/sctp_prot
o.html



_______________________________________________
General
http://community.qnx.com/sf/go/post25069
Re: Setting up SCTP on QNX  
On Tue, Mar 24, 2009 at 04:05:49AM -0400, Martin Sustrik wrote:
> Hm, how come? Headers are obviously there as well as the library (otherwise the project won't build). Moreover, 
there's a SCTP documentation on QNX web site:
> 
> http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/s/sctp_proto.html

There's no libsctp in the networking project on the foundry which is
what 6.4 is based on.  The removal of sctp from 6.4 is mentioned in
the release notes.  The reason was lack of demand / resources.  If
this changes we may look at adding it back.

Regards,

-seanb
Re: Setting up SCTP on QNX  
Ok, thanks. Understood.