mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Fix incorrect address in connectivity check report:
The remoteAddress is the address as seen on the socket, which for incoming connections has a random port chosen by the remote implementation that is different from the port number used to accept connections by the remote listening socket. The checkedAddress is the remote address as seen on the socket, combined with the port advertised in the TMEndpoints message. This fixes the reporting and metadata associated with addresses tested for connectivity. The README has been updated to reflect that uptime is no longer part of the metadata associated with IP addresses saved for bootstrapping.
This commit is contained in:
@@ -2911,6 +2911,8 @@
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\ripple\peerfinder\Manager.h">
|
||||
</ClInclude>
|
||||
<None Include="..\..\src\ripple\peerfinder\README.md">
|
||||
</None>
|
||||
<ClInclude Include="..\..\src\ripple\peerfinder\sim\FunctionQueue.h">
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\ripple\peerfinder\sim\GraphAlgorithms.h">
|
||||
|
||||
@@ -4080,6 +4080,9 @@
|
||||
<ClInclude Include="..\..\src\ripple\peerfinder\Manager.h">
|
||||
<Filter>ripple\peerfinder</Filter>
|
||||
</ClInclude>
|
||||
<None Include="..\..\src\ripple\peerfinder\README.md">
|
||||
<Filter>ripple\peerfinder</Filter>
|
||||
</None>
|
||||
<ClInclude Include="..\..\src\ripple\peerfinder\sim\FunctionQueue.h">
|
||||
<Filter>ripple\peerfinder\sim</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user