Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1601545

Browse filesBrowse files
fabik111pennam
authored andcommitted
Set nsapi dns response timeout to 5s and 3 retries max
1 parent fe0b901 commit 1601545
Copy full SHA for 1601545

File tree

4 files changed

+8
-0
lines changed
Filter options

4 files changed

+8
-0
lines changed

‎variants/GIGA/conf/mbed_app.json

Copy file name to clipboardExpand all lines: variants/GIGA/conf/mbed_app.json
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"rtos.main-thread-stack-size": 32768,
1212
"cordio.max-connections": 5,
1313
"target.mbed_app_start": "0x8040000",
14+
"nsapi.dns-response-wait-time": 5000,
15+
"nsapi.dns-total-attempts": 3,
1416
"target.macros_add": [
1517
"METAL_INTERNAL",
1618
"VIRTIO_DRIVER_ONLY",

‎variants/NICLA_VISION/conf/mbed_app.json

Copy file name to clipboardExpand all lines: variants/NICLA_VISION/conf/mbed_app.json
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"rtos.main-thread-stack-size": 32768,
1313
"cordio.max-connections": 5,
1414
"target.mbed_app_start": "0x8040000",
15+
"nsapi.dns-response-wait-time": 5000,
16+
"nsapi.dns-total-attempts": 3,
1517
"target.macros_add": [
1618
"METAL_INTERNAL",
1719
"VIRTIO_DRIVER_ONLY",

‎variants/OPTA/conf/mbed_app.json

Copy file name to clipboardExpand all lines: variants/OPTA/conf/mbed_app.json
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"rtos.main-thread-stack-size": 32768,
1212
"cordio.max-connections": 5,
1313
"target.mbed_app_start": "0x8040000",
14+
"nsapi.dns-response-wait-time": 5000,
15+
"nsapi.dns-total-attempts": 3,
1416
"target.macros_add": [
1517
"METAL_INTERNAL",
1618
"VIRTIO_DRIVER_ONLY",

‎variants/PORTENTA_H7_M7/conf/mbed_app.json

Copy file name to clipboardExpand all lines: variants/PORTENTA_H7_M7/conf/mbed_app.json
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"cellular.at-handler-buffer-size": 512,
1616
"mbed-trace.enable": true,
1717
"target.mbed_app_start": "0x8040000",
18+
"nsapi.dns-response-wait-time": 5000,
19+
"nsapi.dns-total-attempts": 3,
1820
"target.macros_add": [
1921
"BT_UART_NO_3M_SUPPORT",
2022
"USB_DYNAMIC_CONFIGURATION",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.