https://github.com/lemon-mint/frameio
DoS Safe Frame based IO.
https://github.com/lemon-mint/frameio
Last synced: 3 months ago
JSON representation
DoS Safe Frame based IO.
- Host: GitHub
- URL: https://github.com/lemon-mint/frameio
- Owner: lemon-mint
- License: mit
- Created: 2021-08-26T10:22:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T11:48:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T10:11:42.537Z (4 months ago)
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frame IO
[](https://pkg.go.dev/github.com/lemon-mint/frameio)
DoS Safe Frame based IO.
Convert Stream to Frame!
- [X] Payload Size Verification (Safe from attacks that falsify payload size)
- [X] Read CallBack (Reduce Memory Allocation)
- [X] Read To Buffer (Reduce Memory Allocation)
- [X] Payload maximum size limit## Protocol

"N" is set to 1 if it is the last block of that frame If there are additional blocks after that, N is set to 0