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.
Revision 7:4567996414a5, committed 2013-02-08
- Comitter:
- samux
- Date:
- Fri Feb 08 12:33:04 2013 +0000
- Parent:
- 6:86e89a0369b9
- Child:
- 8:ccedee13be8d
- Commit message:
- reduce timeout
Changed in this revision
| Websocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Websocket.cpp Wed Aug 29 15:27:51 2012 +0000 +++ b/Websocket.cpp Fri Feb 08 12:33:04 2013 +0000 @@ -1,7 +1,7 @@ #include "Websocket.h" -#define MAX_TRY_WRITE 50 -#define MAX_TRY_READ 30 +#define MAX_TRY_WRITE 20 +#define MAX_TRY_READ 10 //Debug is disabled by default #if 0