From: Richard C. <ric...@gm...> - 2016-07-12 14:45:19
|
On Tue, Jul 12, 2016 at 10:36:29PM +0800, W.F. YANG wrote: > Richard, > Here i got a minor suspect issue: > Role: slave node > Delay Mechanism: E2E > Scenario: slave sent a delay_req to master, and duration period of > issuing delay_req for next time is determined by set_tmo_random(), it is a > random value. If the slave node send the delay_req again prior to > receiving the first delay_resp from master, the first delay_resp will be > discarded due to having previous sequence number This is the expected behavior. The timing of the delay request messages does not depend on the reponse from the master. (Consider what would happen if the master never responds...) Thanks, Richard |