timer_heap property

Pointer<pj_timer_heap_t> timer_heap
getter/setter pair

Specify the timer heap to use. Secure socket uses the timer to provide auto cancelation on asynchronous operation when it takes longer time than specified timeout period, e.g: security negotiation timeout.

Implementation

external ffi.Pointer<pj_timer_heap_t> timer_heap;