Skip to documentation
SLOP

tiny.peer.ticket_address_count_max

Reference tiny.peer ticket_address_count_max

Defined in tiny.peer.

The largest number of addresses one ticket can carry.

No direct callersNo direct callstiny.peerticket address count max
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/peer/src/ticket.zig:16

zig
/// The largest number of addresses one ticket can carry. Version 1 of the/// ticket format writes the address count in one octet and reads it back from/// one octet, which sets the ceiling at 255.pub const address_count_max: usize = std.math.maxInt(u8);

Source: lib/peer/src/root.zig:34

zig
pub const ticket_address_count_max = ticket.address_count_max;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433