1
0
forked from fsfw/fsfw

some minor improvements

This commit is contained in:
2020-09-06 15:49:32 +02:00
parent 234fbcbf41
commit 6c42189371
2 changed files with 5 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): {