mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 17:06:18 +02:00
makefile
git-svn-id: svn://elaine/murooma/trunk@323 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
deca098bb4
commit
b857de9f45
12 changed files with 69 additions and 449 deletions
|
@ -132,6 +132,7 @@ void Controller::worker()
|
|||
double latency = (reply->received.sec - reply->sent.sec) + (reply->received.usec - reply->sent.usec) / 1000000.;
|
||||
TimeProvider::getInstance().setDiffToServer((reply->latency - latency) * 1000 / 2);
|
||||
}
|
||||
//throw std::exception();
|
||||
}
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue