aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2020-06-02 10:30:19 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-06-08 15:12:49 -0500
commit078c2d76c7de48efd55cd96b9bde97701e5f05d0 (patch)
tree9cf5b1c82d6c5ec61b69c475a9681c0208076488
parent8db4d9272a84bbe5fbb0bfbfa7341408f191b74c (diff)
downloadiwd-078c2d76c7de48efd55cd96b9bde97701e5f05d0.tar.gz
doc: document new 'Delay' property for hwsim Rules
-rw-r--r--doc/hwsim-rules-api.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/hwsim-rules-api.txt b/doc/hwsim-rules-api.txt
index 0002db368..448ede14a 100644
--- a/doc/hwsim-rules-api.txt
+++ b/doc/hwsim-rules-api.txt
@@ -68,3 +68,8 @@ Properties string Source
bool Drop
If true, nothing is passed to the receiver.
+
+ uint32 Delay
+ Set the millisecond delay for any matching packets. This
+ value cannot be less than 1 as a 1ms delay is required
+ for test reliability.