Changeset 13548
- Timestamp:
- 01/18/16 15:34:30 (9 years ago)
- Location:
- branches/thasling/DistributedGA
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs
r13547 r13548 74 74 //maybe something will go wrong during network communication... 75 75 try { 76 //TODO: NEEDED WHEN PEER IS IN LAN, TOO????77 //Note: If IP is same as own: it is a "localhost"78 if (peer.IpAddress.Equals(ownInstance.IpAddress)) {79 peer.IpAddress = "localhost";80 }81 76 sender.SendPopulation(peer, population); 82 83 77 } catch (Exception ex) { 84 //TBD78 AddError("PeerNetworkMessageHandler.PublishMigrationInfo(during sending to one peer!)", ex); 85 79 } 86 80 }
Note: See TracChangeset
for help on using the changeset viewer.