Skip to content

AddressReuseResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / AddressReuseResult

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21760

Address reuse detection result

receiveReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21762

Number of times address was reused for receiving


sendReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21764

Number of times address was reused for sending


totalReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21766

Total reuse instances


scoreDeduction: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21768

Score deduction (0-25)


reusedAddresses: object[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21770

Specific addresses that were reused

address: string

useCount: number

type: "receive" | "send" | "both"