Skip to documentation
SLOP

tiny.stun.AttributeType

Reference tiny.stun AttributeType

Defined in tiny.stun.

API (21)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.stunAttributeType
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/stun/src/attribute.zig:3

zig
pub const Type = enum(u16) {    mapped_address = 0x0001,    change_request = 0x0003,    username = 0x0006,    message_integrity = 0x0008,    error_code = 0x0009,    unknown_attributes = 0x000a,    realm = 0x0014,    nonce = 0x0015,    message_integrity_sha256 = 0x001c,    password_algorithm = 0x001d,    userhash = 0x001e,    xor_mapped_address = 0x0020,    response_port = 0x0027,    password_algorithms = 0x8002,    alternate_domain = 0x8003,    software = 0x8022,    alternate_server = 0x8023,    fingerprint = 0x8028,    response_origin = 0x802b,    other_address = 0x802c,    _,};

Source: lib/stun/src/root.zig:26

zig
pub const AttributeType = attribute_mod.Type;

Audit

Definitions1
Public names1
Members21
Version26.7.0
Revisiondaab053ee433