svn commit: r298696 - head/sys/netinet

hiren panchasara hiren at strugglingcoder.info
Wed Apr 27 15:56:52 UTC 2016


On 04/27/16 at 09:40P, Sepherosa Ziehau wrote:
> Author: sephe
> Date: Wed Apr 27 09:40:55 2016
> New Revision: 298696
> URL: https://svnweb.freebsd.org/changeset/base/298696
> 
> Log:
>   tcp/lro: Fix typo.
>   
>   MFC after:	1 week
>   Sponsored by:	Microsoft OSTC
> 
> Modified:
>   head/sys/netinet/tcp_lro.c
> 
> Modified: head/sys/netinet/tcp_lro.c
> ==============================================================================
> --- head/sys/netinet/tcp_lro.c	Wed Apr 27 07:46:38 2016	(r298695)
> +++ head/sys/netinet/tcp_lro.c	Wed Apr 27 09:40:55 2016	(r298696)
> @@ -569,7 +569,7 @@ tcp_lro_rx(struct lro_ctrl *lc, struct m
>  	if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
>  		return (TCP_LRO_CANNOT);
>  
> -	/* XXX-BZ We lose a AKC|PUSH flag concatinating multiple segments. */
> +	/* XXX-BZ We lose a ACK|PUSH flag concatinating multiple segments. */

Also s/concatinating /concatenating / ?

Cheers,
Hiren
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160427/afe4a5c6/attachment.sig>


More information about the svn-src-all mailing list