commit | 270673e1127dcf237a6b2eb598db53e4290a3118 | [log] [tgz] |
---|---|---|
author | Vinicius Costa Gomes <vinicius.gomes@intel.com> | Wed Feb 22 13:37:51 2017 -0800 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Feb 27 10:28:55 2017 +0200 |
tree | 6d491cb9298ca57a73336037d2443029aa41d0c0 | |
parent | 2f574c7db5d572497ab8d7a6ee8ab685a2bf77f9 [diff] |
samples/zoap_client: Fix using the wrong timeout for retransmissions It was assumed that the unit was microseconds, it is in miliseconds, the same unit that is stored in the timeout field of the pending transmission. Change-Id: Ia99f363c7de4ec76a7ed229cb94a9964bcf609aa Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>