zslayton / mai

A mio companion library for higher level async I/O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporary buffer size upgrade

zslayton opened this issue · comments

When a the buffer is empty and Codec returns InsufficientBuffer, the system should temporarily use an extra-large buffer to serve the request. This re-doubling should have a configurable ceiling and should not be the common path for most protocols.