Skip to content

Commit 67b6049

Browse files
authored
Add memory estimates link in README (#14)
1 parent ab01f75 commit 67b6049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Besides, in an environment with poor connectivity, a client can get disconnected
1414
A backoff strategy helps the client to conserve battery by not repeatedly attempting reconnections when they are
1515
unlikely to succeed.
1616

17+
See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements)
18+
1719
## Reference example
1820

1921
The example below shows how to use the backoffAlgorithm library to retry a DNS resolution query for `amazon.com`.

0 commit comments

Comments
 (0)