First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
20:fe6a58e84929
Parent:
15:ffd311730575
Child:
35:efdbfccf2678
Child:
60:ef4592cf5397
--- a/TCPlistener.h	Wed Apr 18 13:58:46 2018 +0000
+++ b/TCPlistener.h	Wed Apr 18 14:34:31 2018 +0000
@@ -9,9 +9,9 @@
         private:
             EthernetInterface eth;
             TCPSocketServer server;
-            TCPSocketConnection* connections[10];
+            //TCPSocketConnection* connections[10];
             int arraySize;
-            TCPSocketConnection* newConnection();
+            //TCPSocketConnection* newConnection();
         public:
             bool receiveSegment(char *contents,int size);
             void listen();