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 @@ public:
|
|||
void setPort(unsigned short port);
|
||||
void print(std::ostream *s) const;
|
||||
void print() const;
|
||||
std::string serializeString();
|
||||
std::string serializeString() const;
|
||||
private:
|
||||
unsigned int m_address;
|
||||
unsigned short m_port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue