ioqueue property

Pointer<pj_ioqueue_t> ioqueue
getter/setter pair

Specify the ioqueue to use. Secure socket uses the ioqueue to perform active socket operations, see \ref PJ_ACTIVESOCK for more detail.

Implementation

external ffi.Pointer<pj_ioqueue_t> ioqueue;