reassignable
In the event a configured Port is unavailable on the host device, tor will fail to start.
This option will add to the TorSetting.extras map for this builder result, a true
or false
boolean value for the EXTRA_REASSIGNABLE key. If true
, kmp-tor:runtime
will check Port.isAvailableAsync just prior to tor process start and, if unavailable, reassign the argument "auto".
kmp-tor:runtime
will only use this if a port has been declared. Otherwise, it is ignored.
By default, true
is always added upon BuilderScopePort instantiation, but can be disabled by passing false
to this function.