pub const T_UNICAST_PORT: u64 = 0xC9;Expand description
UNICAST-PORT TLV type: the sender’s UDP unicast listen port.
Included in hello Data so that receivers create unicast faces on the
correct port rather than the multicast source port. Encoded as a
big-endian u16 (2 bytes).