tiny.peer.ticket_address_count_max
Defined in tiny.peer.
The largest number of addresses one ticket can carry.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |