1
0
forked from fsfw/fsfw

mq stack error improved

This commit is contained in:
2020-07-05 15:31:02 +02:00
parent fcf3f04377
commit 9e2fa16550
4 changed files with 25 additions and 6 deletions

View File

@ -25,6 +25,8 @@ private:
const int serverSocketOptions = 0;
struct sockaddr_in clientAddress;
struct sockaddr_in serverAddress;
void handleSocketError();
};