antrea-io / libOpenflow

OpenFlow Go library
Apache License 2.0
9 stars 18 forks source link

Add const MSG_MAX_LEN, the max size of Openflow message #56

Closed hongliangl closed 9 months ago

hongliangl commented 9 months ago

This constant represents the maximum size of an OpenFlow message in bytes. It can be utilized by other projects using this library.