PERFORCE change 163352 for review

Alexander Kabaev kabaev at gmail.com
Wed Jun 3 01:18:15 UTC 2009


On Tue, 2 Jun 2009 14:09:52 GMT
Fang Wang <fangwang at FreeBSD.org> wrote:

> http://perforce.freebsd.org/chv.cgi?CH=163352
> 
> Change 163352 by fangwang at fangwang_utobsd on 2009/06/02 14:09:16
> 
> 	Add uto variables in struct tcpopt.
> 
> Affected files ...
> 
> .. //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_var.h#3 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_var.h#3
> (text+ko) ====
> 
> @@ -282,6 +282,8 @@
>  	u_int8_t	to_nsacks;	/* number of SACK blocks */
>  	u_char		*to_sacks;	/* pointer to the
> first SACK blocks */ u_char		*to_signature;	/*
> pointer to the TCP-MD5 signature */
> +    u_int16_t   to_uto:15;  /* user timeout */
> +    u_int16_t   to_granularity:1; /* user timeout granularity */
>  };
>  
>  /*

This commit is using wrong whitespace. This needs to be fixed if code
is meant to make it to official sources any time in the future.

-- 
Alexander Kabaev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/p4-projects/attachments/20090603/524eac59/signature.pgp


More information about the p4-projects mailing list