tiny.peer.address_text_bytes_max
Defined in tiny.peer.
Source
Source: lib/peer/src/address.zig:12
zig
pub const text_bytes_max: usize = "relay:".len + relay_host_bytes_max + 1 + 5;Source: lib/peer/src/root.zig:24
zig
pub const address_text_bytes_max = address.text_bytes_max;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |