gecko-dev/netwerk/sctp/src
Alexandre Lissy 27722db2f1 Bug 1709617 - Don't generate socket() in content process for getting MTU r=jesup
Cherry-picked patches from upstream using:
for commit in 7f0e11fa29ad83194b60180fdf64a0ea4908549a acfce46e428cc084b4bd0164e1b019261a8dbeda; do
  curl -vsSL https://github.com/sctplab/usrsctp/commit/${commit}.patch | patch -d netwerk/sctp/src/ -p 2;
done;

Differential Revision: https://phabricator.services.mozilla.com/D114509
2021-05-11 18:08:18 +00:00
..
netinet
netinet6
LocalArray.h
README.sctp
ScopedFd.h
ifaddrs-android-ext.h
ifaddrs_android.cpp
moz.build
user_atomic.h
user_environment.c
user_environment.h
user_inpcb.h
user_ip6_var.h
user_ip_icmp.h
user_malloc.h
user_mbuf.c
user_mbuf.h
user_queue.h
user_recv_thread.c
user_recv_thread.h
user_route.h
user_socket.c
user_socketvar.h
user_uma.h
usrsctp.h

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.