disable_connection_reuse property

  1. @Int()
int disable_connection_reuse
getter/setter pair

Whether to disable reuse of an existing connection. This setting will be ignored if (type == PJSIP_TPSELECTOR_TRANSPORT) and transport in the union below is set.

Implementation

@pj_bool_t()
external int disable_connection_reuse;