From 6a4f29a3c48dd709e68c00b4925ded4bebadd0b3 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sun, 27 Jun 2021 20:14:48 +0200 Subject: sctp: initialize sequence numbers for ECN correctly Reported by: Junseok Yang (for the userland stack) (cherry picked from commit c7f048ab3532a9f081addd6da0adf96f25271de8) --- sys/netinet/sctp_pcb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 08ca30a45803..c978e8c72b42 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -573,8 +573,8 @@ void sctp_inpcb_free(struct sctp_inpcb *, int, int); struct sctp_tcb * sctp_aloc_assoc(struct sctp_inpcb *, struct sockaddr *, - int *, uint32_t, uint32_t, uint16_t, uint16_t, struct thread *, - int); + int *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, + struct thread *, int); int sctp_free_assoc(struct sctp_inpcb *, struct sctp_tcb *, int, int); -- cgit v1.2.3