Changeset 7 in Main for trunk/Server/tw_config.h
- Timestamp:
- Sep 13, 2024, 7:40:53 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r6 r7 4 4 #define __TW_CONFIG_H__ 5 5 6 #include <stdint.h> 7 8 /* I don't think you would listen to 1024 ports */ 9 #define MAX_PORTS 1024 10 6 11 struct tw_config_entry {}; 7 12 8 13 struct tw_config { 14 uint64_t ports[MAX_PORTS + 1]; /* If port & (1 << 32) is non-zero, it is SSL */ 9 15 struct tw_config_entry root; 10 16 };
Note:
See TracChangeset
for help on using the changeset viewer.