summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-20 19:59:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-20 19:59:15 +0000
commitdf026ab545732c08d6aeea9fff18875106f08f5b (patch)
tree81252f1d5a6de6347d611c63432f9b63629a888a /TAO/tao/params.h
parent37844d8383c21226d0806b28cd84f5a017e81659 (diff)
downloadATCD-df026ab545732c08d6aeea9fff18875106f08f5b.tar.gz
ChangeLogTag:Mon Sep 20 14:58:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 904882eadf0..59ed0a6eeeb 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -241,15 +241,6 @@ private:
int nodelay_;
// 1 if we're using TCP_NODELAY and 0 otherwise.
- int cdr_default_size_;
- // Default size for CDR buffers.
-
- int cdr_max_exp_size_;
- // Cutoff value for exponential growth of CDR buffers.
-
- int cdr_linear_chunk_;
- // Control for linear growth of CDR buffers.
-
int cdr_memcpy_tradeoff_;
// Control the strategy for copying vs. appeding octet sequences in
// CDR streams.