Difference between revisions of "Sctplib"
(Created page with "{{Entry |Name=Sctplib |Short description=Userland implementation of the Stream Control Transmission Protocol (SCTP) |Full description=The 'sctplib' library is a fairly complete p...") |
|||
| Line 4: | Line 4: | ||
|Full description=The 'sctplib' library is a fairly complete prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented transport protocol that supports multi-homing and multiple message streams multiplexed within an SCTP connection. The API of the library was modeled after section 10 of RFC 2960; most parameters and functions should be self-explanatory to the user familiar with this document. The library also provides various helper functions for managing timers and UDP communication. | |Full description=The 'sctplib' library is a fairly complete prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented transport protocol that supports multi-homing and multiple message streams multiplexed within an SCTP connection. The API of the library was modeled after section 10 of RFC 2960; most parameters and functions should be self-explanatory to the user familiar with this document. The library also provides various helper functions for managing timers and UDP communication. | ||
|User level=none | |User level=none | ||
| + | |Status=Live | ||
| + | |Component programs=SCTP based echo,discard,daytime servers (proof of concept) | ||
| + | |Homepage URL=http://www.sctp.de/sctp.html | ||
| + | |VCS checkout command= | ||
| + | |Computer languages=C | ||
| + | |Documentation note= | ||
| + | |Paid support= | ||
| + | |IRC help= | ||
| + | |IRC general= | ||
| + | |IRC development= | ||
| + | |Related projects= | ||
| + | |Keywords=stream,message,protocol,UDP,Stream Control Transmission Protocol,SCTP,transport,multi-homing,RFC 2960,timers | ||
| + | |Is GNU=n | ||
| + | |Last review by=Janet Casey | ||
| + | |Last review date=2008-01-07 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | |Version identifier=1. | + | |Version identifier=1.3.1 |
| − | |Version date=2004- | + | |Version date=2004-08-16 |
| − | |Version status= | + | |Version status=developmental |
| − | |Version download= | + | |Version download= |
|License verified date=2004-01-22 | |License verified date=2004-01-22 | ||
| − | |Version comment=1. | + | |Version comment=1.3.1 devel released 2004-08-16 |
| + | }} | ||
| + | {{Person | ||
| + | |Role=Maintainer | ||
| + | |Real name=Andreas Jungmaier | ||
| + | |Email=ajung@exp-math.uni-essen.de | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Person | ||
| + | |Role=Contributor | ||
| + | |Real name=See the AUTHORS file in the distribution for a complete list | ||
| + | |Email= | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Help | ||
| + | |Resource kind=E-mail | ||
| + | |Resource URL=mailto:announce@sctp.de | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking,Developer,Support | ||
| + | |Resource kind=E-mail | ||
| + | |Resource URL=mailto:discussion@sctp.de | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=library | |Interface=library | ||
| + | |Network-hookup=protocol | ||
| + | |System-administration=network-hookup | ||
| + | |Use=system-administration | ||
}} | }} | ||
{{Project license | {{Project license | ||
Latest revision as of 11:05, 12 April 2011
Sctplib
http://www.sctp.de/sctp.html
The 'sctplib' library is a fairly complete prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented transport protocol that supports multi-homing and multiple message streams multiplexed within an SCTP connection. The API of the library was modeled after section 10 of RFC 2960; most parameters and functions should be self-explanatory to the user familiar with this document. The library also provides various helper functions for managing timers and UDP communication.
Download
version 1.3.1
(developmental)
released on 16 August 2004
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2orlater | Janet Casey | 22 January 2004 | |
| LGPLv2.1orlater | Janet Casey | 22 January 2004 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
| See the AUTHORS file in the distribution for a complete list | Contributor |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Help | mailto:announce@sctp.de | |
| Bug Tracking,Developer,Support | mailto:discussion@sctp.de |
Software prerequisites
| Kind | Description |
|---|---|
| Required to use | glib 1.2.10 or later |
This entry (in part or in whole) was last reviewed on 7 January 2008.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.