sctpdrv /

Filename Size Date modified Message
apps
doc
drv
kern
mingw
net
netinet
netinet6
netsh
sp
subr
sys
wix
7.1 KB
Bump the date on the inf files, update CHANGES.txt and remove iperf from the installer.
1.6 KB
Rearrange the repository layout to accommodate tags.
89 B
Rearrange the repository layout to accommodate tags.
3.0 KB
Rearrange the repository layout to accommodate tags.
175 B
Rearrange the repository layout to accommodate tags.
--------------------------------------------------------------------------------
Copyright (C) 2008 by CO-CONV, Corp., Kyoto, Japan.
Copyright (C) 2010 Bruce Cran.

Developed by co-research between CO-CONV, Corp. and WIDE Project.
--------------------------------------------------------------------------------

Introduction:
The source code in this directory is for SctpDrv, an
SCTP driver for Windows. All the code is distributed under
the modified BSD license.

Explanation:
	apps/		Sample apps (including iperf)
	drv/		Driver's entry point etc.
	kern/		Kernel interface for Winsock, etc.
	mingw/		Cygwin/MinGW import library
	net/		Network interface, routing, etc.
	netinet/	SCTP (derived from FreeBSD SCTP code)
	netinet6/	IPv6 specific 
	sp/		Userland interface for Winsock
	subr/		Subroutines
	sys/		Kernel specific header files
	wix/		Installer

Environment:
Windows Operating System on which you can execute WDK

How to get the latest code:
You can get the code from the Subversion repository at:
	https://svn.bluestop.org/svn/sctpDrv/

How to build:

Before you build SctpDrv, you have to download the WDK (Windows Driver Kit)
via Microsoft Connect (http://connect.microsoft.com/) and install it.

The WiX (Windows Installer XML) toolset is also needed. Please install WiX 3.5 
from http://wix.sourceforge.net

To build the installer package launch a Command Prompt, change to the directory
containing this README file, and run "makerelease.bat". The installer MSI files
should be created in "wix\en-us" and "wix\ja-jp" directories.
--------------------------------------------------------------------------------


Happy SCTPing!
Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.