Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.4% on proxy.golang.org
Top 4.2% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 8.8% forks on proxy.golang.org

proxy.golang.org : github.com/getlantern/framed

Package framed provides an implementations of io.Writer and io.Reader that write and read whole frames only. Frames are length-prefixed. The first two bytes are an unsigned 16 bit int stored in little-endian byte order indicating the length of the content. The remaining bytes are the actual content of the frame. The use of a uint16 means that the maximum possible frame size (MaxFrameSize) is 65535. The frame size can be increased to 4294967295 bytes by calling EnableBigFrames() on the corresponding Reader and Writer.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/getlantern/framed
License: Apache-2.0
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/getlantern
Dependent packages: 3
Dependent repositories: 1
Stars: 6 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago

    Loading...
    Readme
    Loading...