gecko-dev/netwerk/sctp/src
Daniel Minor 8595564f3a Bug 1458048 - Cherry pick usersctp rev 8789a6da02e2c7c03522bc6f275b302f6ef977fe; r=drno 2018-06-20 21:18:50 -04:00
..
netinet Bug 1458048 - Cherry pick usersctp rev 8789a6da02e2c7c03522bc6f275b302f6ef977fe; r=drno 2018-06-20 21:18:50 -04:00
netinet6 Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
LocalArray.h
README.sctp
ScopedFd.h
ifaddrs-android-ext.h
ifaddrs_android.cpp
moz.build Bug 1086964 - Remove uses of no_pgo that are no longer needed. r=dmajor 2018-03-14 18:18:32 -04:00
user_atomic.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_environment.c Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_environment.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_inpcb.h
user_ip6_var.h
user_ip_icmp.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_malloc.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_mbuf.c Bug 1439236: exit early if m_copym gets called with null ptr r=dminor 2018-05-16 09:51:35 -07:00
user_mbuf.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_queue.h
user_recv_thread.c Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_recv_thread.h
user_route.h
user_socket.c Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_socketvar.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00
user_uma.h
usrsctp.h Bug 1297418: reland SCTP library update to rev 0e076261b rs=jesup,drno r=tuexen,drno 2017-12-07 13:24:41 -05:00

README.sctp

This code is imported from the usrsctp library via netwerk/sctp/update_sctp.sh.

The project is accessed via:

svn co --username your.username https://sctp-refimpl.googlecode.com/svn/trunk sctpSVN

If you just want a read-only copy use

svn co http://sctp-refimpl.googlecode.com/svn/trunk sctpSVN

The usrsctp library is based on the FreeBSD kernel implementation, and the
userspace implementation was largely done my Michael Tuexen and Irene
Rungler of the Munster University of Applied Sciences.  Thanks also to
Randall Stewart for his help.

The library is covered by a BSD license - see headers in files.