DnsQuery for NetworkSocketAPI

Fork of DnsQuery by NetworkSocketAPI

Revision:
19:4c6f4b6036e6
Parent:
18:2cb1fffed50c
--- 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];