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 http-example by
Diff: source/select-demo.h
- Revision:
- 23:6a9d776c9794
- Parent:
- 22:1b8c2a81c85d
- Child:
- 25:a8be9f3a530c
--- a/source/select-demo.h Tue Jan 02 15:20:08 2018 +0000 +++ b/source/select-demo.h Tue Jan 02 15:51:29 2018 +0000 @@ -3,9 +3,9 @@ #define DEMO_HTTP 1 #define DEMO_HTTP_SOCKET_REUSE 2 -#define DEMO_HTTPS 3 -#define DEMO_HTTPS_SOCKET_REUSE 4 -#define DEMO_HTTP_IPV6 5 +#define DEMO_HTTP_IPV6 3 +#define DEMO_HTTPS 4 +#define DEMO_HTTPS_SOCKET_REUSE 5 #define DEMO DEMO_HTTP
