Module Name: src Committed By: drochner Date: Wed May 11 15:09:00 UTC 2011
Modified Files: src/sys/netinet: tcp_vtw.c src/usr.bin/netstat: inet.c inet6.c vtw.c vtw.h Log Message: use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration calculation, because this doesn't get confused by system time changes, and uses less CPU cycles reviewed by dyoung To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/tcp_vtw.c cvs rdiff -u -r1.97 -r1.98 src/usr.bin/netstat/inet.c cvs rdiff -u -r1.56 -r1.57 src/usr.bin/netstat/inet6.c cvs rdiff -u -r1.5 -r1.6 src/usr.bin/netstat/vtw.c cvs rdiff -u -r1.1 -r1.2 src/usr.bin/netstat/vtw.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.