Mercurial > hg > RemoteEditor > REPSessionManager
changeset 283:b864d2f60102
*** empty log message ***
author | kono |
---|---|
date | Sat, 27 Sep 2008 23:45:34 +0900 |
parents | c410eda661e8 |
children | 90965a3bd4f3 |
files | rep/channel/NetworkSimulator.java |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/channel/NetworkSimulator.java Sat Sep 27 23:30:37 2008 +0900 +++ b/rep/channel/NetworkSimulator.java Sat Sep 27 23:45:34 2008 +0900 @@ -48,6 +48,8 @@ for (ServerData<P> sd0: serverList){ // ANY address (0.0.0.0/0.0.0.0) should be considered. if (sd0.IP.getAddress().isAnyLocalAddress()) { + // we have to check, ip is really reachable to sd0 server + // but how? } else if (!sd0.IP.equals(ip)) continue; ChannelSimulator<P> CHserver = new ChannelSimulator<P>();