summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 15:47:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 15:47:28 +0000
commit53af21f53ddd1c5098556488b4e0b0e04b84630b (patch)
tree2c95bc0f57dd14866ab28d2168b2168b0a912f37 /ace/README
parentedd5ae6a27c6ac14429bfbd978e1f757f755e85a (diff)
downloadATCD-53af21f53ddd1c5098556488b4e0b0e04b84630b.tar.gz
restored ACE_TIMER_SKEW, with explanatory comment
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 396e16b9e71..3394870058a 100644
--- a/ace/README
+++ b/ace/README
@@ -64,6 +64,11 @@ ACE_TEMPLATES_REQUIRE_SOURCE Compiler's template mechanim
must see source code (i.e.,
.cpp files). This is used for
GNU G++.
+ACE_TIMER_SKEW If a timed ::select () can return
+ early, then ACE_TIMER_SKEW is the
+ maximum adjustment, in microseconds,
+ that ACE_Timer_Queue uses to
+ compensate for the early return.
ACE_TLI_TCP_DEVICE Device the platform uses for TCP on
TLI. Only needed if not /dev/tcp.
ACE_USE_POLL The OS platform supports the