First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
60:ef4592cf5397
Parent:
20:fe6a58e84929
Child:
62:0b634db67ca8
--- a/TCPlistener.h	Wed May 09 14:19:16 2018 +0000
+++ b/TCPlistener.h	Wed May 09 14:24:38 2018 +0000
@@ -9,9 +9,7 @@
         private:
             EthernetInterface eth;
             TCPSocketServer server;
-            //TCPSocketConnection* connections[10];
             int arraySize;
-            //TCPSocketConnection* newConnection();
         public:
             bool receiveSegment(char *contents,int size);
             void listen();