On Wed, 08 May 2024 19:39:00 -0700, Sean Edmond wrote: > In our datacenter application, a single DHCP server is servicing 36000+ > clients. > Improvements are required to the DHCPv4 retransmission behavior to align with > RFC and ensure less pressure is exerted on the server: > - retransmission backoff interval maximum is configurable > (environment variable bootpretransmitperiodmax) > - initial retransmission backoff interval is configurable > (environment variable bootpretransmitperiodinit) > - transaction ID is kept the same for each BOOTP/DHCPv4 request > (not recreated on each retry) > > [...]
Applied to u-boot/next, thanks! [1/3] net: Enhancements for dhcp option 209 commit: c867045eef153b0beab69fbc74059fcfc4ad9472 [2/3] net: bootp: BOOTP/DHCPv4 retransmission improvements commit: e6bca3305bbc333cc71e5bf1ee483bbacfa84736 [3/3] net: bootp: add config option BOOTP_RANDOM_XID commit: 2111bd7e93a3044f0590c942a41f2667d15d923d -- Tom