From 803b9be8be0827d6f2fde839f6dcd9225a2609be Mon Sep 17 00:00:00 2001 From: rrs Date: Wed, 2 May 2007 12:50:13 +0000 Subject: - Somehow the disable fragment option got lost. We could set/clear it but would not do it. Now we will. - Moved to latest socket api for extended sndrcv info struct. - Moved to support all new levels of fragment interleave (0-2). - Codenomicon security test updates - length checks and such. - Bug in stream reset (2 actually). - setpeerprimary could unlock a null pointer, fixed. - Added a flag in the pcb so netstat can see if we are listening easier. Obtained from: (some of the Listen changes from Weongyo Jeong) --- sys/netinet/sctp_output.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/netinet/sctp_output.h') diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index bebce43..584252a 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -40,11 +40,6 @@ __FBSDID("$FreeBSD$"); #if defined(_KERNEL) -struct mbuf * -sctp_get_mbuf_for_msg(unsigned int space_needed, - int want_header, int how, int allonebuf, int type); - - struct mbuf * sctp_add_addresses_to_i_ia(struct sctp_inpcb *inp, -- cgit v1.1