mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Better handling of SendFailedException in Connection
This commit is contained in:
parent
22b07bdb30
commit
85002883bd
3 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue