aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2007-04-22 11:06:27 +0000
committerRandall Stewart <rrs@FreeBSD.org>2007-04-22 11:06:27 +0000
commit9a6142d8cdaf65e334a5d31e32634c7a206fbcf7 (patch)
treecdfe74b46c1b17927d990e112c62556cf444c46e /sys/netinet/sctputil.h
parent7621783a55615854f7f3ac6c1f39772bd68e17a6 (diff)
downloadsrc-9a6142d8cdaf65e334a5d31e32634c7a206fbcf7.tar.gz
src-9a6142d8cdaf65e334a5d31e32634c7a206fbcf7.zip
- 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.
Notes
Notes: svn path=/head/; revision=168943
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 8496f421e47f..e0ae668905e4 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -242,7 +242,7 @@ void sctp_print_address_pkt(struct ip *, struct sctphdr *);
void
sctp_notify_partial_delivery_indication(struct sctp_tcb *stcb,
- uint32_t error, int no_lock);
+ uint32_t error, int no_lock, uint32_t strseq);
int
sctp_release_pr_sctp_chunk(struct sctp_tcb *, struct sctp_tmit_chunk *,