MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DEFAULT_CREATE_OPTIONS

Method DEFAULT_CREATE_OPTIONS

include/process/http.hpp:1069–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected