]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A small change to avoid calling gettimeofday() too often
authorluigi <luigi@FreeBSD.org>
Thu, 15 Oct 2009 14:18:35 +0000 (14:18 +0000)
committerluigi <luigi@FreeBSD.org>
Thu, 15 Oct 2009 14:18:35 +0000 (14:18 +0000)
commitc369f72e79562af70cc2ac640a8099842519403d
tree5975ea7c59ac3207b8f13198a13dfc3426b47d39
parentf88b32f139a5e8b2b91b99937b72aa0fab472bf4
A small change to avoid calling gettimeofday() too often
(hardwired to once every 20us at most).

I found out that on many machines round here, i could only get
300-400kpps with netsend even on loopback and a 'deny' rule in
the firewall, while reducing the number of calls to gettimeofday()
brings the value to 900kpps and more.

This code is just a quick fix for the problem. Of course it could be
done better, with proper getopt() parsing and the like, but since
this applies to the entire program i'll postpone that to when i have
more time.

Reviewed by: rwatson
MFC after: 1 month
tools/tools/netrate/netsend/netsend.c