mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename to IPAddress and remove unused files
This commit is contained in:
@@ -268,7 +268,7 @@ public:
|
||||
}
|
||||
|
||||
void onPeerConnected (PeerID const& id,
|
||||
IPEndpoint const& address, bool incoming)
|
||||
IPAddress const& address, bool incoming)
|
||||
{
|
||||
m_queue.dispatch (
|
||||
m_context.wrap (
|
||||
@@ -284,7 +284,7 @@ public:
|
||||
id)));
|
||||
}
|
||||
|
||||
void onPeerLegacyEndpoint (IPEndpoint const& ep)
|
||||
void onPeerLegacyEndpoint (IPAddress const& ep)
|
||||
{
|
||||
m_queue.dispatch (
|
||||
m_context.wrap (
|
||||
|
||||
Reference in New Issue
Block a user