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.
select-demo.h
00001 #ifndef _SELECT_METHOD_H_ 00002 #define _SELECT_METHOD_H_ 00003 00004 #define MAIN 0 00005 #define DEMO_HTTP 1 00006 #define DEMO_HTTP_SOCKET_REUSE 2 00007 #define DEMO_HTTP_IPV6 3 00008 #define DEMO_HTTPS 4 00009 #define DEMO_HTTPS_SOCKET_REUSE 5 00010 #define DEMO_HTTPS_CHUNKED_REQUEST 6 00011 #define DEMO_TESTS 7 00012 00013 #define DEMO MAIN 00014 00015 #endif // _SELECT_METHOD_H_
Generated on Thu Jul 28 2022 01:28:18 by
1.7.2