| 1067 | }; |
| 1068 | |
| 1069 | static CreateOptions DEFAULT_CREATE_OPTIONS() |
| 1070 | { |
| 1071 | return { |
| 1072 | /* .scheme = */ Scheme::HTTP, |
| 1073 | /* .backlog = */ 16384, |
| 1074 | }; |
| 1075 | }; |
| 1076 | |
| 1077 | // Options for stopping a server. |
| 1078 | // |
nothing calls this directly
no outgoing calls
no test coverage detected