We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2555b commit 7c129b6Copy full SHA for 7c129b6
source/FreeRTOS_ARP.c
@@ -588,7 +588,7 @@ BaseType_t xCheckRequiresARPResolution( const NetworkBufferDescriptor_t * pxNetw
588
NetworkBufferDescriptor_t * pxTempBuffer;
589
size_t uxNeededSize;
590
591
- uxNeededSize = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t );
+ uxNeededSize = sizeof( ICMPPacket_IPv6_t );
592
pxTempBuffer = pxGetNetworkBufferWithDescriptor( BUFFER_FROM_WHERE_CALL( 199 ) uxNeededSize, 0U );
593
594
if( pxTempBuffer != NULL )
0 commit comments