1 2 3 4 5 6 7
use crate::ProtocolOption; use ppproperly::LcpOpt; impl ProtocolOption for LcpOpt { const PROTOCOL: u16 = ppproperly::LCP; }