mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 17:42:36 +00:00
Add missing +TCP code.
This commit is contained in:
@@ -744,6 +744,8 @@ NetworkBufferDescriptor_t xTempBuffer;
|
||||
|
||||
xTempBuffer.pucEthernetBuffer = pxSocket->u.xTCP.xPacket.u.ucLastPacket;
|
||||
xTempBuffer.xDataLength = sizeof( pxSocket->u.xTCP.xPacket.u.ucLastPacket );
|
||||
/* A pseudo network buffer can not be released. */
|
||||
xReleaseAfterSend = pdFALSE;
|
||||
}
|
||||
|
||||
#if( ipconfigZERO_COPY_TX_DRIVER != 0 )
|
||||
|
||||
Reference in New Issue
Block a user