Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13548


Ignore:
Timestamp:
01/18/16 15:34:30 (8 years ago)
Author:
thasling
Message:

removed old code

Location:
branches/thasling/DistributedGA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs

    r13547 r13548  
    7474          //maybe something will go wrong during network communication...
    7575          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             }
    8176            sender.SendPopulation(peer, population);
    82 
    8377          } catch (Exception ex) {
    84             //TBD
     78            AddError("PeerNetworkMessageHandler.PublishMigrationInfo(during sending to one peer!)", ex);
    8579          }
    8680        }
Note: See TracChangeset for help on using the changeset viewer.