]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix max outstanding type
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Aug 2021 19:01:16 +0000 (14:01 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Aug 2021 19:01:16 +0000 (14:01 -0500)
src/listen/detail/proto_detail.h

index 7093049ebf026b8fb8fec5316b6ffc8e0803928d..cb44f69b111131d343c5f379ae4bf5773088b5d4 100644 (file)
@@ -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?