diff options
author | tuexen <tuexen@FreeBSD.org> | 2009-08-15 21:10:52 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2009-08-15 21:10:52 +0000 |
commit | ef372dbfb6d9a094ce850ec82b25a162727ed45b (patch) | |
tree | ef6e9b55aa7950e3d1aaad64652c4b08594450a2 /sys/netinet/sctputil.h | |
parent | 38b19229005fffeb77983ebf0cc00d252f9a8e77 (diff) | |
download | FreeBSD-src-ef372dbfb6d9a094ce850ec82b25a162727ed45b.zip FreeBSD-src-ef372dbfb6d9a094ce850ec82b25a162727ed45b.tar.gz |
* Fix a bug where PR-SCTP settings are ignore when using implicit
association setup.
* Fix a bug where message with illegal stream ids are not deleted.
* Fix a crash when reporting back unsent messages from the send_queue.
* Fix a bug related to INIT retransmission when the socket is already
closed.
* Fix a bug where associations were stalled when partial delivery API
was enabled.
* Fix a bug where the receive buffer size was smaller than the
partial_delivery_point.
Approved by: re, rrs (mentor)
MFC after: One day.
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r-- | sys/netinet/sctputil.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index 89657e7..f3a731e 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -234,10 +234,6 @@ int sctp_cmpaddr(struct sockaddr *, struct sockaddr *); void sctp_print_address(struct sockaddr *); 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 strseq); - int sctp_release_pr_sctp_chunk(struct sctp_tcb *, struct sctp_tmit_chunk *, int, int |