zouppp icon indicating copy to clipboard operation
zouppp copied to clipboard

Support VSNCP

Open rdcloyi opened this issue 2 years ago • 1 comments
trafficstars

This is very good PPP implementation in Golang. I'd like to use it to support VSNCP on the base of LCP since all negotiation procedures are in common. But currently the Pkt structure is only for IPCP/LCP. Would it be better to use an Interface instead of concrete Pkt structure so that I can have own Serialize/Parse implementation for VSNCP?

rdcloyi avatar Nov 18 '22 08:11 rdcloyi

what is the use case? VSNCP is not commonly used protocol;

hujun-open avatar Nov 18 '22 19:11 hujun-open