wip

Dependents:   EthernetInterface

Fork of Socket by Jhonatan Casale

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Thu Jan 08 23:42:14 2015 +0000
Parent:
21:9e672d32fbb4
Commit message:
wip

Changed in this revision

Endpoint.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
 
 };