From 078c2d76c7de48efd55cd96b9bde97701e5f05d0 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 2 Jun 2020 10:30:19 -0700 Subject: [PATCH] doc: document new 'Delay' property for hwsim Rules --- doc/hwsim-rules-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/hwsim-rules-api.txt b/doc/hwsim-rules-api.txt index 0002db36..448ede14 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.