wip

Dependents:   EthernetInterface_vz

Fork of Socket by VZTECH

Revision:
22:44127328288c
Parent:
16:2d471deff212
--- a/Endpoint.h	Wed Jan 07 21:48:05 2015 +0000
+++ b/Endpoint.h	Thu Jan 08 23:42:14 2015 +0000
@@ -53,10 +53,12 @@
     \return The port of this endpoint
      */
     int get_port(void);
+    
+    struct sockaddr_in _remoteHost;
 
 protected:
     char _ipAddress[17];
-    struct sockaddr_in _remoteHost;
+    //struct sockaddr_in _remoteHost;
 
 };