fort Socket

Fork of Socket by mbed official

Revision:
6:cd2e5559786d
Parent:
3:e6474399e057
Child:
8:9cf9c2d45264
--- a/TCPSocketServer.h	Thu Jul 26 15:07:32 2012 +0000
+++ b/TCPSocketServer.h	Fri Jul 27 13:58:53 2012 +0000
@@ -46,7 +46,7 @@
     \param socket A socket instance that will handle the incoming connection.
     \return 0 on success, -1 on failure.
     */
-    int accept(TCPSocketConnection& connection, int timeout=0);
+    int accept(TCPSocketConnection& connection, int timeout_ms=0);
 };
 
 #endif