Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 09:37
· 6 commits to main since this release
f8e71bf
Add const MSG_MAX_LEN, the max size of Openflow message (#56)

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

Signed-off-by: Hongliang Liu <[email protected]>