1
0
forked from fsfw/fsfw

minor improvements

This commit is contained in:
2020-09-06 12:59:59 +02:00
parent efa41b29aa
commit ac2f6c5ed4
2 changed files with 4 additions and 2 deletions

View File

@ -120,6 +120,7 @@ void TcUnixUdpPollingTask::setTimeout(double timeoutSeconds) {
}
}
// TODO: sleep after error detection to prevent spam
void TcUnixUdpPollingTask::handleReadError() {
switch(errno) {
case(EAGAIN): {