]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is work done by Michael Tuexen and myself at the IETF. This
authorrrs <rrs@FreeBSD.org>
Thu, 7 Apr 2016 09:10:34 +0000 (09:10 +0000)
committerrrs <rrs@FreeBSD.org>
Thu, 7 Apr 2016 09:10:34 +0000 (09:10 +0000)
commit28010098ff581463a55af664c04cb7e237c28156
tree1397194d23ebe0e55e3ff4a7bb2efaefc689843c
parent50189484f0e997ff7e620cf0a89c1ebae481e8ec
This is work done by Michael Tuexen and myself at the IETF. This
adds the new I-Data (Interleaved Data) message. This allows a user
to be able to have complete freedom from Head Of Line blocking that
was previously there due to the in-ability to send multiple large
messages without the TSN's being in sequence. The code as been
tested with Michaels various packet drill scripts as well as
inter-networking between the IETF's location in Argentina and Germany.
18 files changed:
sys/netinet/sctp.h
sys/netinet/sctp_constants.h
sys/netinet/sctp_dtrace_define.h
sys/netinet/sctp_header.h
sys/netinet/sctp_indata.c
sys/netinet/sctp_indata.h
sys/netinet/sctp_input.c
sys/netinet/sctp_os_bsd.h
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_pcb.h
sys/netinet/sctp_structs.h
sys/netinet/sctp_sysctl.h
sys/netinet/sctp_uio.h
sys/netinet/sctp_usrreq.c
sys/netinet/sctp_var.h
sys/netinet/sctputil.c
sys/netinet/sctputil.h