[sctp-dev] sctp-dev Digest, Vol 21, Issue 2
Lulseged Zerfu
lulseged.zerfu at ericsson.com
Mon Feb 7 23:01:32 PST 2011
Hi
The following locations explain on how to get the SCTP implementation on java.
http://openjdk.java.net/projects/sctp/
http://openjdk.java.net/projects/sctp/html/introduction.html
Lulseged
-----Original Message-----
From: sctp-dev-bounces at openjdk.java.net [mailto:sctp-dev-bounces at openjdk.java.net] On Behalf Of sctp-dev-request at openjdk.java.net
Sent: den 7 februari 2011 21:00
To: sctp-dev at openjdk.java.net
Subject: sctp-dev Digest, Vol 21, Issue 2
Send sctp-dev mailing list submissions to
sctp-dev at openjdk.java.net
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.openjdk.java.net/mailman/listinfo/sctp-dev
or, via email, send a message with subject or body 'help' to
sctp-dev-request at openjdk.java.net
You can reach the person managing the list at
sctp-dev-owner at openjdk.java.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of sctp-dev digest..."
Today's Topics:
1. Load com.sun.nio.sctp (Stelios Kavvalos)
2. Re: Load com.sun.nio.sctp (Chris Hegarty)
3. Re: SCTP implementation for Windows (Chris Hegarty)
----------------------------------------------------------------------
Message: 1
Date: Mon, 7 Feb 2011 02:29:02 +0200
From: Stelios Kavvalos <kavvalos at gmail.com>
Subject: [sctp-dev] Load com.sun.nio.sctp
To: sctp-dev at openjdk.java.net
Message-ID:
<AANLkTikxeF5ScHtC-2n6594+tD=nFSNsWBJLKZjw2m3p at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I use Netbeans IDE and I need to load the com.sun.nio.sctp package
import com.sun.nio.sctp.MessageInfo;
import com.sun.nio.sctp.SctpChannel;
Where CAN I get the necessary files?
Can some one answer me?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/sctp-dev/attachments/20110207/6f4bec2d/attachment-0001.html
------------------------------
Message: 2
Date: Mon, 07 Feb 2011 18:10:13 +0000
From: Chris Hegarty <chris.hegarty at oracle.com>
Subject: Re: [sctp-dev] Load com.sun.nio.sctp
To: Stelios Kavvalos <kavvalos at gmail.com>
Cc: sctp-dev at openjdk.java.net
Message-ID: <4D503585.8020702 at oracle.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 07/02/2011 00:29, Stelios Kavvalos wrote:
>
> Hi,
>
>
> I use Netbeans IDE and I need to load the com.sun.nio.sctp package
>
> import com.sun.nio.sctp.MessageInfo;
> import com.sun.nio.sctp.SctpChannel;
>
> Where CAN I get the necessary files?
Is this for editing within the IDE (javadoc, code completion, etc ), or build/testing? I typically run Netbeans with the latest JDK7 ( which has included com.sun.nio.sctp for some time now). Is this an option for you?
-Chris.
>
>
> Can some one answer me?
>
>
> Thanks
------------------------------
Message: 3
Date: Mon, 07 Feb 2011 18:22:14 +0000
From: Chris Hegarty <chris.hegarty at oracle.com>
Subject: Re: [sctp-dev] SCTP implementation for Windows
To: Javier Godoy <rjgodoy at fich.unl.edu.ar>
Cc: sctp-dev at openjdk.java.net
Message-ID: <4D503856.3070605 at oracle.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 06/02/2011 16:41, Javier Godoy wrote:
> Hello,
>
> I'm porting the SCTP implementation to Windows + SctpDrv and I would
> like to know how it could be opened to the community for discussion.
This is great. I really look forward to seeing this code.
> Currently my implementation is not feature complete, but it passes all
> the tests for SctpChannel (IPv4 only) and SctpServerChannel/Accept.
Of course, but it would be a great start.
> The sctp library is dynamically linked, and the implementation throws
> UnsupportedOperationException if sctp support is not present at runtime.
> Since the code is based on Windows Sockets and standard SCTP API
> calls, it should be portable to different implementations or native
> SCTP support if it were available.
>
>
> Please advise as necessary
Before we can accept any code the contributor must sign the Oracle Contributor Agreement [1], see the OpenJDK How to contribute guide [2] for more details.
Once this is completed you will be added to the list of contributors and we can start to take a look at the code. I can advise then how to proceed with submitting a patch, reviewing the code, etc..
Thanks again, and I look forward to seeing this.
-Chris
[1] http://oss.oracle.com/oca.pdf
[2] http://openjdk.java.net/contribute/
> Best Regards
>
> Javier Godoy
>
End of sctp-dev Digest, Vol 21, Issue 2
***************************************
More information about the sctp-dev
mailing list