From: Arran Cudbard-Bell Date: Mon, 16 Aug 2021 19:01:16 +0000 (-0500) Subject: Fix max outstanding type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99bde568ff89262b94c56c5a7ee0f59f9bdc4bd;p=thirdparty%2Ffreeradius-server.git Fix max outstanding type --- diff --git a/src/listen/detail/proto_detail.h b/src/listen/detail/proto_detail.h index 7093049ebf0..cb44f69b111 100644 --- a/src/listen/detail/proto_detail.h +++ b/src/listen/detail/proto_detail.h @@ -84,7 +84,7 @@ struct proto_detail_work_s { uint32_t poll_interval; //!< interval between polling fr_retry_config_t retry_config; //!< retry config with irt, mrt, etc. - uint32_t max_outstanding; //!< number of packets to run in parallel + uint16_t max_outstanding; //!< number of packets to run in parallel bool track_progress; //!< do we track progress by writing? bool retransmit; //!< are we retransmitting on error?