You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Preethi Natarajan <na...@cis.udel.edu> on 2007/05/16 15:04:34 UTC

Re: [PATCH] Re: APR with SCTP streams.

Hello,

I had submitted this patch that extends APR to work with SCTP streams. 
This was part of my attempt to make httpd work with SCTP streams.

There have been a few queries on the status of the APR over SCTP patch. 
Personally, I know of atleast one product using this patch and I keep 
getting queries reg. when the patch will be available from Apache.

I know APR developers are pretty busy and am really sorry to bother. 
But, I was wondering if anyone can let me know about the status of the 
patch and is there anything I can do to help?

Regards,
Preethi



On 11/16/2005 2:13 PM, Colm MacCarthaigh wrote:
> On Wed, Nov 16, 2005 at 01:23:24PM -0500, Preethi Natarajan wrote:
>   
>> Attached are the modifications to APR to make it use SCTP (Stream
>> Control Transmission Protocol RFC2960) streams.
>> This patch (svn diff) is against the main APR trunk.
>>     
>
> Thanks! The code looks mostly right, though it's got some portability
> problems (like bzero) that are easily fixed. 
>
> I'm still not sure how much sense apr_parse_addr_port_protocol() makes
> though, it doesn't look like something that belongs in APR. I'll test
> the patch on KAME and USAGI though.
>
>