summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-11 07:56:51 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-11 07:56:51 -0500
commit5f1b15f48028f44fd1fdd5f9c5985a2c280462db (patch)
tree3f0b0b676719cf55424fe283137efcb8880cf63b /gps
parent466d010ca7f3468d467538714b688f9cfca1fdeb (diff)
downloadgpsd-5f1b15f48028f44fd1fdd5f9c5985a2c280462db.tar.gz
Add a warning about sporadic build failures and the delay constants.
Diffstat (limited to 'gps')
-rw-r--r--gps/fake.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/gps/fake.py b/gps/fake.py
index a227162c..baf5d86f 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -108,11 +108,12 @@ else:
# Field reports:
#
# Eric Raymond got success with 0.1, failure with 0.05 on Linux 3.11.0 under an
-# Intel Core Duo at 2.66GHz.
+# Intel Core Duo at 2.66GHz. Elapsed time 112s real.
#
# From Hal Murray on NetBSD 6.1.2 on an Intel(R) Celeron(R) CPU 2.80GHz
-# CLOSE_DELAY = 0.4 Works, takes 688.69 real
-# CLOSE_DELAY = 0.3 Fails tcp-torture.log, takes 677.53 real
+# CLOSE_DELAY = 0.4 Works, takes 688.69s real
+# CLOSE_DELAY = 0.3 Fails tcp-torture.log, takes 677.53s real
+# Both observations with WRITE_PAD = 0.01
#
# Greg Troxel reported failure with 0.4, success with 0.8, on
# NetBSD 6, i386, 2.90GHz.