[noctool-cvs] CVS source
jprewett
jprewett at common-lisp.net
Fri May 16 20:20:49 UTC 2008
Update of /project/noctool/cvsroot/source
In directory clnet:/tmp/cvs-serv7557
Modified Files:
utils.lisp
Log Message:
my last commit to utils was bad!
undid my last commit
*some* of my linux boxes count their packets starting at 0, others at 1 :P !!!
I'll make a new patch later.
--- /project/noctool/cvsroot/source/utils.lisp 2008/05/16 20:18:23 1.3
+++ /project/noctool/cvsroot/source/utils.lisp 2008/05/16 20:20:49 1.4
@@ -94,9 +94,7 @@
(when (and seq rtt)
(format t "seq: ~A rtt: ~A~%" seq rtt)
;; this seems to be a bug?!
- ;; my ping counts packets from 0
- ;; (setf (aref rv (1- seq)) rtt)
- (setf (aref rv seq) rtt))))))
+ (setf (aref rv (1- seq)) rtt))))))
rv))
(defun decay-alert (old new)
More information about the noctool-cvs
mailing list