Skip to content

Commit ff4dac9

Browse files
authored
Merge pull request #11244 from AriParkkila/cell-dns-count
Netsocket: Change DNS retry and total attempt counts
2 parents e4e6c64 + 2934a69 commit ff4dac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/netsocket/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
},
4949
"dns-total-attempts": {
5050
"help": "Number of total DNS query attempts that the DNS translator makes",
51-
"value": 3
51+
"value": 10
5252
},
5353
"dns-retries": {
5454
"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.",
55-
"value": 2
55+
"value": 1
5656
},
5757
"dns-cache-size": {
5858
"help": "Number of cached host name resolutions",

0 commit comments

Comments
 (0)