Releases: farsightsec/golang-framestream
Releases · farsightsec/golang-framestream
golang-framestreams 0.3.0 released
The Frame Streams implementation in Go, golang-framestreams, was released as version 0.3.0 with the following changes:
- Limit maximum control frame length. Adopt C fstrm limit of 512 bytes, not including type+length.
- Reader: remove log message from library function.
- Control.go: allow SetContentType(nil) for control frame.
- Control.go: match content type more efficiently.
- Add ReadFrame and WriteFrame functions.