[erlang-questions] gen_sctp on Windows
Serge Aleynikov
saleyn@REDACTED
Sat Apr 18 02:39:58 CEST 2009
I am nearly 100% that if you buy some 3rd party SCTP library for windows
(though I am not aware of any open-source ones), it would have support
for standard SCTP socket API (*). In that case it might be sufficient
just to patch the inet_drv's configure/Makefile to add SCTP support for
windows.
Serge
(*) http://tools.ietf.org/html/draft-ietf-tsvwg-sctpsocket-13
Valentin Micic wrote:
> I understand, thank you.
> In theory at least, it should be possible to achieve this via some form
> of SCTP dll. Or am I way off the mark?
> Mind you, it doesn't need to be perfect -- our production is on Solaris
> and Linux. We only develop & unit test on Windoze...
>
> V.
> ----- Original Message ----- From: "Serge Aleynikov" <saleyn@REDACTED>
> To: "Valentin Micic" <valentin@REDACTED>
> Cc: <erlang-questions@REDACTED>
> Sent: Saturday, April 18, 2009 1:50 AM
> Subject: Re: [erlang-questions] gen_sctp on Windows
>
>
>> Currently this is not possible because Windows doesn't have native
>> support for SCTP (at least it didn't at the time we wrote the SCTP
>> driver) and the inet_drv.c driver is based on the socket SCTP API
>> implemented by linux/solaris.
>>
>> Serge
>>
>> Valentin Micic wrote:
>>> Hi all,
>>>
>>> Has anyone magaged to make gen_sctp work on (win|lose)dows?
>>>
>>> V.
>>> _______________________________________________
>>> erlang-questions mailing list
>>> erlang-questions@REDACTED
>>> http://www.erlang.org/mailman/listinfo/erlang-questions
>>>
>>
>
>
More information about the erlang-questions
mailing list