davidfowl / BedrockFramework

High performance, low level networking APIs for building custom servers and clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framing - Variable size length fielded protocol

adamradocz opened this issue · comments

There are framing protocols that are prefixed with a header object, so the simple length prefix protocol is not good for those scenarios.

I'll happily develop a generic framing protocol to handle headers as well.

@davidfowl what do you think about it?