>>+ /* maintain a few stats per connection: */
>>+ int t_rcvoopack;/* out-of-order packets received */
>>+ int t_sndrexmitpack;/* retransmit packets sent */
>>+ int t_sndzerowin; /* zero-window updates sent */
>
> Why are those int's? Should
On Sat, Feb 14, 2015 at 08:07:39AM +, Maxime Villard wrote:
> Modified Files:
> src/sys/ufs/ffs: ffs_appleufs.c
>
> Log Message:
> ffs_appleufs_validate():
> - remove superfluous printfs
> - ensure ul_namelen!=0, otherwise the kernel accesses ul_name[-1] and
>overwrites the
>+
>+ /* maintain a few stats per connection: */
>+ int t_rcvoopack;/* out-of-order packets received */
>+ int t_sndrexmitpack;/* retransmit packets sent */
>+ int t_sndzerowin; /* zero-window updates sent */
Why are those int's? Should