The Wayback Machine - https://web.archive.org/web/20171008083650/http://www.bluestop.org:80/SctpDrv/

SctpDrv: an SCTP driver for Microsoft Windows

SctpDrv is a package which provides an SCTP (Stream Control Transmission Protocol) driver and SCTP library for Microsoft Windows.

It was originally developed by co-research between CO-CONV, Corp. and WIDE Project.
See the documentation for information about the history of SctpDrv.

SctpDrv is provided as a kernel driver which contains the SCTP stack. A Winsock provider dll is registered with Windows and gets called whenever an application wants to send data over SCTP. This way, the functionality is provided transparently to applications: IPPROTO_SCTP is just another protocol available in the socket (WSASocket) function call. The SCTP specific functions such as sctp_send are provided by linking to the sctpsp.lib library.

Prerequisites

SctpDrv works on 32-bit (x86 aka i386) Windows XP and 32 and 64-bit (x64 aka x86_64) versions of Windows Vista and Window 7.
It can work over either IPv4 or IPv6, and doesn't require IPv6 to be installed.

Documentation

See the online documentation for general documentation, details of the implemented SCTP API functions, features etc.

Downloading

Installer packages can be downloaded from http://www.bluestop.org/SctpDrv/releases/

Version 12.05.0 - 27th May 2012

http://www.bluestop.org/SctpDrv/releases/12.05.0

Bug fixes and changes since 1.1.6

Version 1.1.6 - 5th November 2010

http://www.bluestop.org/SctpDrv/releases/1.1.6

Bug fixes and new features since 1.1.5

Version 1.1.5 - 11th June 2010

http://www.bluestop.org/SctpDrv/releases/1.1.5/

Bug fixes and new features since 1.1.4

Reporting bugs and issues

Please report any bugs or suggestions to sctpdrv at bluestop dot org.