Home > Archive > Unix Programming > January 2008 > SCTP reference implementation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SCTP reference implementation
|
|
| keith@bytebrothers.co.uk 2008-01-24, 8:19 am |
|
Hello,
Can anyone tell me if there are any relatively recent updates to the
SCTP reference inplementation, and if so, from whence it may be
downloaded?
Google took me to http://www1.ietf.org/mail-archive/w.../msg00245.html,
where Randall Stewart was announcing an update to v4.0.3 back in
2001. Randall's link only takes one to his personal page these days,
as well.
The project I'm involved in needs to tunnel SCTP over UDP, and we are
having trouble with the version v4.0.4 of the reference implementation
we have - mainly links ping-ponging up and down every $SMALLNUM
seconds...
Any assistance gratefully received.
| |
| Giorgos Keramidas 2008-01-24, 7:24 pm |
| On Thu, 24 Jan 2008 05:43:44 -0800 (PST), keith@bytebrothers.co.uk wrote:
> Hello,
> Can anyone tell me if there are any relatively recent updates to the
> SCTP reference inplementation, and if so, from whence it may be
> downloaded?
Randall Stewart is a member of the development team of FreeBSD too, and
he has been maintaining the SCTP implementation in FreeBSD for a fair
amount of time already.
What this means is: you can get an implementation of SCTP with the
sources of the FreeBSD kernel for free. The 7.0 release of FreeBSD,
which is in the making these days includes a kernel with SCTP support.
You can grab the installable ISO images of 7.0-RC1 from:
http://www.freebsd.org/where.html
or you can simply browse the source code of the kernel at:
http://cvsweb.freebsd.org/src/sys/
HTH,
Giorgos
| |
| Rick Jones 2008-01-24, 7:24 pm |
| In a similar vein, STCP source is "in" the Linux kernel.org source
tree. Not sure if it is built by default in the distros though...
rick jones
--
The computing industry isn't as much a game of "Follow The Leader" as
it is one of "Ring Around the Rosy" or perhaps "Duck Duck Goose."
- Rick Jones
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
| |
| Casper H.S. Dik 2008-01-24, 7:24 pm |
| Rick Jones <rick.jones2@hp.com> writes:
>In a similar vein, STCP source is "in" the Linux kernel.org source
>tree. Not sure if it is built by default in the distros though...
And "in" the Solaris/OpenSolaris sources as found on opensolaris.org
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
| |
| Giorgos Keramidas 2008-01-24, 10:22 pm |
| On 24 Jan 2008 21:55:57 GMT, Casper H.S. Dik <Casper.Dik@Sun.COM> wrote:
>Rick Jones <rick.jones2@hp.com> writes:
>
> And "in" the Solaris/OpenSolaris sources as found on opensolaris.org
Neat! I just finished recloning onnv-gate a while ago, after my old
Solaris system's disk died at home. More fun reading then :)
| |
| keith@bytebrothers.co.uk 2008-01-25, 4:34 am |
| On 24 Jan, 21:42, Rick Jones <rick.jon...@hp.com> wrote:
> In a similar vein, STCP source is "in" the Linux kernel.org source
> tree. Not sure if it is built by default in the distros though...
The problem I have is that half the hardware estate are using a
proprietary daemon/agent which provides SCTP tunneling over UDP on
Solaris. My job is to come up with similar for the Linux boxes, and I
know that using the Linux kernel SCTP stack is not going to talk to
the tunneling stack on the other machines.
I always wanted to be an applications programmer really - this stuff
makes my brain hurt :-)
| |
| Rick Jones 2008-01-25, 7:20 pm |
| Casper H.S. Dik <Casper.Dik@sun.com> wrote:
> Rick Jones <rick.jones2@hp.com> writes:
[color=darkred]
> And "in" the Solaris/OpenSolaris sources as found on opensolaris.org
And netperf should be able to benchmark them all :)
rick jones
--
denial, anger, bargaining, depression, acceptance, rebirth...
where do you want to be today?
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
|
|
|
|
|