From: Paul Donald Date: Tue, 4 Nov 2025 20:36:43 +0000 (+0100) Subject: readme: fix description string X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9e414d41e16e31c3b07a5b7f064409b9da0f1174;p=project%2Fodhcp6c.git readme: fix description string The original amendments to README in the prpl patchset contained the same, but it should read: 'maximum'. ( kind of obvious what it is from the variable name though ) Signed-off-by: Paul Donald Link: https://github.com/openwrt/odhcp6c/pull/115 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/README.md b/README.md index 6e1099b..e49ca4e 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ The following RPC methods are available: | | | Input arguments for Retransmission settings : | | | | `delay_max` (int) : Maximum delay of first message (expressed in seconds) | | | | `timeout_init` (int) : Initial message timeout (expressed in seconds) | -| | | `timeout_max` (int) : Initial message timeout (expressed in seconds) | +| | | `timeout_max` (int) : Maximum message timeout (expressed in seconds) | | | | `rc_max` (int) : Maximum message retry attempts | | `renew()` | Input | Force transmission of RENEW/INFORMATION-REQUEST messages | | `release()` | Input | Force transmission of RELEASE message and start new cycle |