NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
57:3c873fab4207
Parent:
43:09ea32f2eb54
Child:
63:531f4c27f360
--- a/TCPSocket.h	Mon Feb 29 15:23:24 2016 +0000
+++ b/TCPSocket.h	Thu Feb 25 19:00:39 2016 -0600
@@ -33,7 +33,7 @@
      *  @param port Optional port to connect to
      */
     TCPSocket(NetworkInterface *iface)
-        : Socket(iface, SOCK_TCP)
+        : Socket(iface, NS_TCP)
     {
     }
 };