-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
In TcpConnection, the socket's outputstream is wrapped with a BufferedOutputStream (if enabled), which is wrapped with a DataOutputStream.
The same goes for the socket's input stream.
Remove the DataInputStream and DataOutputStream, and write directly to the Input/OutputStreams
- is related to
-
JGRP-2672 TCP: writeInt is slow
- Resolved