mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
World <-> Login connection reworked
This commit is contained in:
@@ -63,6 +63,10 @@ void EQStreamProxy::Close() {
|
||||
m_stream->Close();
|
||||
}
|
||||
|
||||
std::string EQStreamProxy::GetRemoteAddr() const {
|
||||
return(m_stream->GetRemoteAddr());
|
||||
}
|
||||
|
||||
uint32 EQStreamProxy::GetRemoteIP() const {
|
||||
return(m_stream->GetRemoteIP());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user