Skip to content

Commit 2194ca1

Browse files
committed
nsapi - Increased DNS buffer size to 512 bytes per spec
1 parent 370afe5 commit 2194ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/net/network-socket/nsapi_dns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
// DNS options
25-
#define DNS_BUFFER_SIZE 256
25+
#define DNS_BUFFER_SIZE 512
2626
#define DNS_TIMEOUT 5000
2727
#define DNS_SERVERS_SIZE 5
2828

0 commit comments

Comments
 (0)