Skip to content

AddressReuseResult

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / AddressReuseResult

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22096

Address reuse detection result

receiveReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22098

Number of times address was reused for receiving


sendReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22100

Number of times address was reused for sending


totalReuseCount: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22102

Total reuse instances


scoreDeduction: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22104

Score deduction (0-25)


reusedAddresses: object[]

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22106

Specific addresses that were reused

address: string

useCount: number

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