Very minor formatting changes, and remove legacy link to V8 upgrade information.

This commit is contained in:
Richard Barry
2018-09-07 21:35:05 +00:00
parent 92ae8e7aff
commit ab49c6ae04
4 changed files with 3 additions and 8 deletions

View File

@ -1197,7 +1197,7 @@ UBaseType_t uxNewMSS;
else if( pucPtr[ 0 ] == TCP_OPT_MSS )
{
/* Confirm that the option fits in the remaining buffer space. */
if( ( xRemainingOptionsBytes < TCP_OPT_MSS_LEN )|| ( pucPtr[ 1 ] != TCP_OPT_MSS_LEN ) )
if( ( xRemainingOptionsBytes < TCP_OPT_MSS_LEN ) || ( pucPtr[ 1 ] != TCP_OPT_MSS_LEN ) )
{
break;
}