Constant statime::port::MAX_DATA_LEN
source ยท pub const MAX_DATA_LEN: usize = 1024;
Expand description
Maximum length of a packet
This can be used to preallocate buffers that can always fit packets send by
statime
.
pub const MAX_DATA_LEN: usize = 1024;
Maximum length of a packet
This can be used to preallocate buffers that can always fit packets send by
statime
.