Skip to main content

Name

__default_connection_goal — __default_connection_goal is the internally used connection goal determination function

Synopsis

#include "mail_queue.h"

| void **__default_connection_goal** ( | dr, |   | |   | binding_slot, |   | |   | sl, |   | |   | goal); |   |

domain_record * <var class="pdparam">dr</var>; ec_binding_slot <var class="pdparam">binding_slot</var>; Skiplist * <var class="pdparam">sl</var>; int * <var class="pdparam">goal</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

__default_connection_goal is the internally used connection goal determination function.

It is called if no connection_goal hook is registered. This is provided as an export if you would like to create a hook that uses this default as a part of a larger, smarter calculation.

Was this page helpful?