This is an automated email from the ASF dual-hosted git repository.
tv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git.
from 6c4b7f2 Document changes
new 4f15071 Better error handling
new c87c681 Use NIO channels
new 10ce859 Fix error message
new eddb2ad Better robustness
new 727172b Use NIO and Selector, make IPv6 multicast work
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../lateral/socket/tcp/LateralTCPListener.java | 34 +++-
.../lateral/socket/tcp/LateralTCPSender.java | 77 +++-----
.../jcs3/engine/behavior/IElementSerializer.java | 133 +++++++++++--
.../jcs3/utils/discovery/UDPDiscoveryReceiver.java | 213 +++++++++++++--------
.../jcs3/utils/discovery/UDPDiscoverySender.java | 46 ++++-
.../jcs3/utils/discovery/UDPDiscoveryService.java | 20 +-
.../discovery/UDPDiscoverySenderUnitTest.java | 7 +-
.../discovery/UDPDiscoveryServiceUnitTest.java | 78 ++------
.../jcs3/utils/discovery/UDPDiscoveryUnitTest.java | 84 ++++----
9 files changed, 436 insertions(+), 256 deletions(-)