mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Better handling of SendFailedException in Connection
This commit is contained in:
@@ -97,7 +97,7 @@ void Address::Resolve(const char *name)
|
||||
freeaddrinfo(resolved);
|
||||
}
|
||||
|
||||
std::string Address::serializeString()
|
||||
std::string Address::serializeString() const
|
||||
{
|
||||
unsigned int a, b, c, d;
|
||||
a = (m_address & 0xFF000000)>>24;
|
||||
|
Reference in New Issue
Block a user