mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
incoming ipv6 connections
This commit is contained in:
@@ -623,6 +623,8 @@ namespace transport
|
||||
else
|
||||
{
|
||||
LogPrint ("Connected");
|
||||
if (GetSocket ().local_endpoint ().protocol () == boost::asio::ip::tcp::v6()) // ipv6
|
||||
context.UpdateV6Address (GetSocket ().local_endpoint ().address ().to_string ());
|
||||
ClientLogin ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user