From 95f1780f0b6229a6f52b6dbad1a645b4e91c6b06 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 24 Apr 2021 03:25:30 +0200 Subject: Split huge iovecs over multiple io_batches --- ot_http.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ot_http.h') diff --git a/ot_http.h b/ot_http.h index b1a60e7..40161d8 100644 --- a/ot_http.h +++ b/ot_http.h @@ -14,7 +14,8 @@ typedef enum { struct http_data { array request; - io_batch batch; + io_batch *batch; + size_t batches; ot_ip6 ip; STRUCT_HTTP_FLAG flag; }; -- cgit v1.2.3