DnsQuery for NetworkSocketAPI

Fork of DnsQuery by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
kaizen
Date:
Tue Aug 30 01:57:17 2016 +0000
Parent:
18:2cb1fffed50c
Commit message:
added some delay for waiting to receive response of query

Changed in this revision

DnsQuery.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2cb1fffed50c -r 4c6f4b6036e6 DnsQuery.cpp
--- a/DnsQuery.cpp	Tue Apr 19 18:29:55 2016 -0500
+++ b/DnsQuery.cpp	Tue Aug 30 01:57:17 2016 +0000
@@ -163,6 +163,7 @@
         return false;
     }
     delete packet;
+    wait_ms(500);
 
     packet = new uint8_t [1024];