1
0
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:
Perttu Ahola
2011-10-18 03:42:23 +03:00
parent 22b07bdb30
commit 85002883bd
3 changed files with 8 additions and 5 deletions

View File

@@ -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;