wmnsk / go-pfcp

PFCP (Packet Forwarding Control Protocol) in pure Go.
MIT License
124 stars 54 forks source link

Add SetSequenceNumber() to Message interface #105

Closed tim-ywliu closed 2 years ago

tim-ywliu commented 2 years ago

It will be useful to assign and set sequence number for the built message before it is sent out.