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.
Dependencies: X_NUCLEO_IKS01A2 mbed-http
Diff: source/select-demo.h
- Revision:
- 0:24d3eb812fd4
diff -r 000000000000 -r 24d3eb812fd4 source/select-demo.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/select-demo.h Wed Sep 05 14:28:24 2018 +0000 @@ -0,0 +1,12 @@ +#ifndef _SELECT_METHOD_H_ +#define _SELECT_METHOD_H_ + +#define DEMO_HTTP 1 +#define DEMO_HTTP_SOCKET_REUSE 2 +#define DEMO_HTTPS 3 +#define DEMO_HTTPS_SOCKET_REUSE 4 +#define DEMO_HTTPx 5 + +#define DEMO DEMO_HTTPx +#endif // _SELECT_METHOD_H_ +