Date: Wed, 26 Jan 2011 19:49:03 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_cc_functions.c sctp_output.c sctp_pcb.h sctp_structs.h sctp_sysctl.h sctp_usrreq.c Message-ID: <201101261949.p0QJnDf6041438@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2011-01-26 19:49:03 UTC FreeBSD src repository Modified files: sys/netinet sctp_cc_functions.c sctp_output.c sctp_pcb.h sctp_structs.h sctp_sysctl.h sctp_usrreq.c Log: SVN rev 217894 on 2011-01-26 19:49:03Z by tuexen Change infrastructure for SCTP_MAX_BURST to allow compliance with the latest socket API ID. Especially it can be disabled. Full compliance needs changing the structure used in the socket option. Since this breaks the API, it will be a seperate commit which will not be MFCed to stable/8. MFC after: 3 months. Revision Changes Path 1.16 +5 -2 src/sys/netinet/sctp_cc_functions.c 1.134 +29 -24 src/sys/netinet/sctp_output.c 1.49 +1 -1 src/sys/netinet/sctp_pcb.h 1.42 +1 -1 src/sys/netinet/sctp_structs.h 1.29 +1 -1 src/sys/netinet/sctp_sysctl.h 1.89 +6 -4 src/sys/netinet/sctp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101261949.p0QJnDf6041438>