From 9e414d41e16e31c3b07a5b7f064409b9da0f1174 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 4 Nov 2025 21:36:43 +0100 Subject: [PATCH] readme: fix description string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | -- 2.30.2