Move numwpipes in the write record layer
[openssl.git] / ssl / record / record.h
index 1442b8cb67ed40b5db48a738c61b89e29559f4f1..a5d8fd3670776498796a7f3e540d0b8152c401b6 100644 (file)
@@ -149,6 +149,10 @@ typedef struct record_layer_st {
      * non-blocking reads)
      */
     int read_ahead;
+    /*
+     * TODO(RECLAYER): These next 2 fields can be removed when DTLS is moved to
+     * the new write record layer architecture.
+     */
     /* How many pipelines can be used to write data */
     size_t numwpipes;
     /* write IO goes into here */