ka_interval property

  1. @UnsignedInt()
int ka_interval
getter/setter pair

Set the interval for periodic keep-alive transmission for this account. If this value is zero, keep-alive will be disabled for this account. The keep-alive transmission will be sent to the registrar's address, after successful registration.

Default: 15 (seconds)

Implementation

@ffi.UnsignedInt()
external int ka_interval;