otTcpCircularSendBufferHandleForwardProgress() function
Performs circular-send-buffer-specific handling in the otTcpForwardProgress callback. The application is expected to install an otTcpForwardProgress() callback on the otTcpEndpoint, and call this function at the start of the callback function for circular-send-buffer-specific processing. In the callback function, the application can determine the amount of free space in the circular send buffer by calling otTcpCircularSendBufferFreeSpace(), or by comparing @p aInSendBuffer with the send buffer's capacity, chosen by the user when calling otTcpCircularSendBufferInitialize().
Arguments
aSendBuffer
A pointer to the TCP circular send buffer for the endpoint for which otTcpForwardProgress() was invoked.
aInSendBuffer
Value of @p aInSendBuffer passed to the otTcpForwardProgress() callback.