Home
last modified time | relevance | path

Searched refs:nbdBufferSize (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dvm_websocket.hpp53 static constexpr auto nbdBufferSize = (128 * 1024 + 16) * 4; variable
184 boost::beast::flat_static_buffer<nbdBufferSize> outputBuffer;
185 boost::beast::flat_static_buffer<nbdBufferSize> inputBuffer;
200 static constexpr auto nbdBufferSize = (128 * 1024 + 16) * 4; variable
348 peerSocket.async_read_some(ux2wsBuf.prepare(nbdBufferSize), in doRead()
412 boost::beast::flat_static_buffer<nbdBufferSize> ux2wsBuf;
415 boost::beast::flat_static_buffer<nbdBufferSize> ws2uxBuf;