class type socket_service_config = object
.. end
method name : string
The proposed name for the socket_service
method protocols : protocol list
This list describes the sockets to create in detail
method change_user_to : (int * int) option
Instructs the container to change the user of the process after
starting the service. This is only possible in multi-processing mode.
In multi-threading mode, this parameter is ignored.
method startup_timeout : float
After this many seconds the container must have finished the
post_start_hook
. It is usually 60 seconds.
method controller_config : controller_config
Make this config accessible here too, for convenience