diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-05-23 12:49:48 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-05-23 12:49:48 +0000 |
commit | 4f11b3b9bc858d7a5a8741fcb06ca61ce8189d6c (patch) | |
tree | 3fa912fd7db2b611fb76a8f7bc9547c39737b024 /cpp/src/Ice/TcpTransceiver.h | |
parent | Fixed VS8 compilation error (diff) | |
download | ice-4f11b3b9bc858d7a5a8741fcb06ca61ce8189d6c.tar.bz2 ice-4f11b3b9bc858d7a5a8741fcb06ca61ce8189d6c.tar.xz ice-4f11b3b9bc858d7a5a8741fcb06ca61ce8189d6c.zip |
Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue on
Win32.
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.h b/cpp/src/Ice/TcpTransceiver.h index a6a7abbdb29..fe4f78d1724 100644 --- a/cpp/src/Ice/TcpTransceiver.h +++ b/cpp/src/Ice/TcpTransceiver.h @@ -54,7 +54,7 @@ private: const std::string _desc; #ifdef _WIN32 - const bool _isPeerLocal; + int _maxPacketSize; #endif }; |