mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
World <-> Login connection reworked
This commit is contained in:
@@ -132,6 +132,11 @@ void EQ::Net::EQStream::Close() {
|
||||
m_connection->Close();
|
||||
}
|
||||
|
||||
std::string EQ::Net::EQStream::GetRemoteAddr() const
|
||||
{
|
||||
return RemoteEndpoint();
|
||||
}
|
||||
|
||||
uint32 EQ::Net::EQStream::GetRemoteIP() const {
|
||||
return inet_addr(RemoteEndpoint().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user