Skip to content

Commit

Permalink
Merge pull request #11244 from AriParkkila/cell-dns-count
Browse files Browse the repository at this point in the history
Netsocket: Change DNS retry and total attempt counts
  • Loading branch information
0xc0170 committed Aug 21, 2019
2 parents e4e6c64 + 2934a69 commit ff4dac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/netsocket/mbed_lib.json
Expand Up @@ -48,11 +48,11 @@
},
"dns-total-attempts": {
"help": "Number of total DNS query attempts that the DNS translator makes",
"value": 3
"value": 10
},
"dns-retries": {
"help": "Number of DNS query retries that the DNS translator makes per server, before moving on to the next server. Total retries/attempts is always limited by dns-total-attempts.",
"value": 2
"value": 1
},
"dns-cache-size": {
"help": "Number of cached host name resolutions",
Expand Down

0 comments on commit ff4dac9

Please sign in to comment.