mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 23:16:14 +02:00
requests are enum
git-svn-id: svn://elaine/murooma/trunk@304 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
e5f064a01f
commit
6fbabaae82
10 changed files with 80 additions and 48 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <mutex>
|
||||
#include "common/log.h"
|
||||
#include "clientConnection.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
|
||||
|
||||
|
@ -54,6 +55,7 @@ void ClientConnection::start()
|
|||
// setsockopt(socket->native(), SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv));
|
||||
// setsockopt(socket->native(), SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(tv));
|
||||
socket->connect(*iterator);
|
||||
cout << "MAC: \"" << getMacAddress(socket->native()) << "\"\n";
|
||||
connected_ = true;
|
||||
cout << "connected\n";
|
||||
std::clog << kLogNotice << "connected\n";// to " << ip << ":" << port << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue