aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r--sys/netinet/sctp_structs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index 278afb2cc554..53d9bfd4f445 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -956,15 +956,6 @@ struct sctp_association {
uint32_t fast_recovery_tsn;
uint32_t sat_t3_recovery_tsn;
uint32_t tsn_last_delivered;
- /*
- * For the pd-api we should re-write this a bit more efficient. We
- * could have multiple sctp_queued_to_read's that we are building at
- * once. Now we only do this when we get ready to deliver to the
- * socket buffer. Note that we depend on the fact that the struct is
- * "stuck" on the read queue until we finish all the pd-api.
- */
- struct sctp_queued_to_read *control_pdapi;
-
uint32_t tsn_of_pdapi_last_delivered;
uint32_t pdapi_ppid;
uint32_t context;