Constant onionsalt::PACKET_LENGTH [] [src]

pub const PACKET_LENGTH: usize = bytes::BUFSIZE - 16 + 32 - ROUTING_OVERHEAD

PACKET_LENGTH is the size that we actually send to each recipient.

assert_eq!(PACKET_LENGTH, 1024);