Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
uses the __DynamicBuffer__ concept presented in the __NetTS__, and relies heavily on the __采用了 NetTS 中提出的 DynamicBuffer 概念,并高度依赖 ConstBufferSequence__ and __和 MutableBufferSequence__ concepts for passing buffers to functions. The authors have found the dynamic buffer and buffer sequence interfaces to be optimal for interacting with Asio, and for other tasks such as incremental parsing of data in buffers (for example, parsing websocket frames stored in a概念来向函数传递缓冲区。作者发现,动态缓冲区和缓冲区序列接口不仅非常适合与 Asio 交互,也非常适合其他任务,例如对缓冲区中的数据进行增量解析(比如解析存储在 [link beast.ref.boost__beast__static_buffer `static_buffer`]).中的 WebSocket 帧)。