commit | 5e21ac017d4aeec18ce64fea7a0f42332d405cfc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Jun 15 10:10:20 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Jun 15 10:15:01 2018 -0700 |
tree | d5a2e756abf6d82d7dc943f78f96f7ca83e69c6c | |
parent | 20cbbfb008d3d7d39f333b54b183793c12f2466c [diff] |
libmapper: Retry with exponential backoff We don't want to keep retrying every 1 second for 5 tries. This would allow the timeout to lapse for a very busy BMC and just cause more congestion. Instead backoff at exponentially increasing intervals. Change-Id: I9780d9a3dc787a6936aca2c2af30418dd2b0bf4b Signed-off-by: William A. Kennington III <wak@google.com>