netwerk/sctp/src/README.sctp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/netwerk/sctp/src/README.sctp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +This code is imported from the usrsctp library via netwerk/sctp/update_sctp.sh.
     1.5 +
     1.6 +The project is accessed via:
     1.7 +
     1.8 +svn co --username your.username https://sctp-refimpl.googlecode.com/svn/trunk sctpSVN
     1.9 +
    1.10 +If you just want a read-only copy use
    1.11 +
    1.12 +svn co http://sctp-refimpl.googlecode.com/svn/trunk sctpSVN
    1.13 +
    1.14 +The usrsctp library is based on the FreeBSD kernel implementation, and the
    1.15 +userspace implementation was largely done my Michael Tuexen and Irene
    1.16 +Rungler of the Munster University of Applied Sciences.  Thanks also to
    1.17 +Randall Stewart for his help.
    1.18 +
    1.19 +The library is covered by a BSD license - see headers in files.

mercurial