NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
27:d7ed39727306
Parent:
25:ed7b2a52e8ac
Child:
28:163fbe3263f4
--- a/TCPSocket.h	Thu Feb 18 06:16:11 2016 -0600
+++ b/TCPSocket.h	Thu Feb 18 09:20:39 2016 -0600
@@ -27,8 +27,9 @@
 {
 public:
     /** Create a socket using the specified network interface
+     *  No network operations are performed until the socket is actually used
      *  @param iface The network interface to use
-     *  @param ip Optional URL to connect to, copied internally
+     *  @param url Optional URL to connect to, copied internally
      *  @param port Optional port to connect to
      */
     TCPSocket(NetworkInterface *iface, const char *url = 0, uint16_t port = 0);