Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Socket by
Diff: TCPSocketServer.h
- Revision:
- 10:d24738f4ef99
- Parent:
- 9:f972715add36
- Child:
- 11:3d83c348fb8b
diff -r f972715add36 -r d24738f4ef99 TCPSocketServer.h --- a/TCPSocketServer.h Fri Jul 27 15:56:20 2012 +0000 +++ b/TCPSocketServer.h Tue Jul 31 11:50:55 2012 +0000 @@ -45,10 +45,9 @@ /** Accept a new connection. \param connection A TCPSocketConnection instance that will handle the incoming connection. - \param timeout_ms The maximum amount of time in ms to wait for a new connection. \return 0 on success, -1 on failure. */ - int accept(TCPSocketConnection& connection, int timeout_ms=0); + int accept(TCPSocketConnection& connection); }; #endif