You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: