GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / OutgoingRequest / maxResendCount

maxResendCount

abstract val maxResendCount: Int

Maximum number of times the client will resend the request if there is a response timeout. For example, when set to 0, a request will only be sent once and not re-sent if a response isn't received before the ack timeout. If maxResendCount is set to a negative value, the default value GG_COAP_DEFAULT_MAX_RETRANSMIT from GG XP lib will be used.