ot::Ip6::TcpCircularSendBuffer::Initialize() method
Initializes a TCP circular send buffer. @sa otTcpCircularSendBufferInitialize
Arguments
aDataBuffer
A pointer to memory to use to store data in the TCP circular send buffer.
aCapacity
The capacity, in bytes, of the TCP circular send buffer, which must equal the size of the memory pointed to by @p aDataBuffer .