Improve the ability of the logging in to the DMR Master when the

connection is lost.
This commit is contained in:
Jonathan Naylor 2021-03-13 12:24:14 +00:00
parent d4f7d11bdd
commit 9725179f85
3 changed files with 82 additions and 87 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2015,2016,2017,2018,2020 by Jonathan Naylor G4KLX
* Copyright (C) 2015,2016,2017,2018,2020,2021 by Jonathan Naylor G4KLX
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -58,6 +58,8 @@ public:
void close();
private:
std::string m_address;
unsigned int m_port;
sockaddr_storage m_addr;
unsigned int m_addrLen;
uint8_t* m_id;