]> git.mxchange.org Git - hub.git/commit
Implementation of isOwnAddress() basicly finished:
authorRoland Haeder <roland@mxchange.org>
Thu, 19 Feb 2015 10:26:47 +0000 (11:26 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 19 Feb 2015 10:36:09 +0000 (11:36 +0100)
commit7608225ee227cef8267be1fd5a2757a4e93cffc5
treeacb2cd1882ec7fd60438eec7ec6c8374a0884b81
parent00b44aa1d827369e6c72caa6a3a5f23c23e009bf
Implementation of isOwnAddress() basicly finished:
- ... which will check if the currently saved UNL is the same as own external
  or internal UNL (internal only returns IP!!!).
- Introduced getCurrentUniversalNodeLocator()
- Updated 'core'

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/discovery/recipient/package/class_PackageRecipientDiscovery.php
application/hub/main/factories/states/cruncher/class_CruncherStateFactory.php
application/hub/main/handler/protocol/class_BaseProtocolHandler.php
application/hub/main/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php
application/hub/main/helper/connection/ipv4/tcp/class_TcpConnectionHelper.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
core