Categorygithub.com/lemon-mint/frameio
repositorypackage
1.2.0
Repository: https://github.com/lemon-mint/frameio.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Frame IO

Go Reference

DoS Safe Frame based IO.

Convert Stream to Frame!

  • Payload Size Verification (Safe from attacks that falsify payload size)
  • Read CallBack (Reduce Memory Allocation)
  • Read To Buffer (Reduce Memory Allocation)
  • Payload maximum size limit

Protocol

frame "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