summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-07-18 03:35:27 +0000
committerMichi Henning <michi@zeroc.com>2003-07-18 03:35:27 +0000
commitda37083967093935947d2da63b7c5439f6abb4f6 (patch)
treec02a79c7f429967e9bd77a94a3fee1fd82cb9c6e /cpp
parentcode cleanup; escape PHP keywords (diff)
downloadice-da37083967093935947d2da63b7c5439f6abb4f6.tar.bz2
ice-da37083967093935947d2da63b7c5439f6abb4f6.tar.xz
ice-da37083967093935947d2da63b7c5439f6abb4f6.zip
Snap-shot check-in.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index c2b476e0ac8..bb788e62251 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -4,7 +4,14 @@ Changes since version 1.1.0
- Added Ice.UDP.RcvSize and Ice.UDP.SndSize properties. These properties
control the size of the UDP receive and send buffers as well as controlling
the maximum size of a datagram invocation. If a datagram exceeds the
- configured size, the Ice run time throws a DatagramLimitException.
+ configured size, the Ice run time throws a DatagramLimitException. (Note that,
+ on the receiving size, detection of this condition is dependent on the
+ local UDP implementation -- some UDP implementations silently drop datagrams
+ that are too large to fit into the receive buffer instead of reporting
+ the error or delivering a truncated datagram.)
+
+- Added Ice.Warn.Datagrams. This property prints a warning on the server
+ side if a DatagramLimitException is thrown.
- Added Ice.MessageSizeMax property. This property controls the
maximum message size accepted by the Ice protocol in kiloBytes. The