Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



>+
>+	/* 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? Shouldn't they be uint32_t since they are counters?

christos




Home | Main Index | Thread Index | Old Index