sock_af property

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

Specifies socket address family, either pj_AF_INET() and pj_AF_INET6().

Default is pj_AF_INET().

Implementation

@ffi.Int()
external int sock_af;