[jgroups-git] [belaban/JGroups] a6c9c7: Added @LocalAddress. All InetAddress fields with i...
Brought to you by:
belaban
From: <no...@gi...> - 2011-01-27 16:37:36
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: a6c9c78a22572ed67fa2565ba45e82c36eca3465 https://github.com/belaban/JGroups/commit/a6c9c78a22572ed67fa2565ba45e82c36eca3465 Author: Bela Ban <be...@ya...> Date: 2011-01-27 (Thu, 27 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java A src/org/jgroups/annotations/LocalAddress.java M src/org/jgroups/protocols/FD_ICMP.java M src/org/jgroups/protocols/FD_SOCK.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/STOMP.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/VERIFY_SUSPECT.java M src/org/jgroups/protocols/pbcast/STREAMING_STATE_TRANSFER.java M src/org/jgroups/stack/Configurator.java M src/org/jgroups/util/Util.java Log Message: ----------- Added @LocalAddress. All InetAddress fields with it are checked for whether they are valid addresses on a local network interface (https://issues.jboss.org/browse/JGRP-1280) |