tiny.stun.AttributeType
Defined in tiny.stun.
API (21)
Fields and members
Public fields and members.
_alternate_domainalternate_serverchange_requesterror_codefingerprintmapped_addressmessage_integritymessage_integrity_sha256nonceother_addresspassword_algorithmpassword_algorithmsrealmresponse_originresponse_portsoftwareunknown_attributesuserhashusernamexor_mapped_address
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 21 |
| Version | 26.7.0 |
| Revision | daab053ee433 |