First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
39:b39239c02c95
Parent:
37:4589f962697d
--- a/TCPlistener.cpp	Wed May 02 08:48:33 2018 +0000
+++ b/TCPlistener.cpp	Wed May 02 11:22:09 2018 +0000
@@ -17,7 +17,7 @@
 }
 
 /**
-* Receives all packets sent to 192.168.0.253:4000. The receive is blocking.
+* Receives all packets sent to 192.168.0.253:4000. The receive is non blocking.
 * @param contents The location where the segment contents will be written, formatted as null terminated character array.
 * @param size The max size of the "contents" array.
 * @return True if a segment was received, false if no segment was received.