|
@@ -321,7 +321,7 @@ void nvcan::threadsend()
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- std::cout<<"retry more than 10ms"<<std::endl;
|
|
|
|
|
|
+ std::cout<<"retry more than 100. drop this message."<<std::endl;
|
|
}
|
|
}
|
|
std::this_thread::sleep_for(std::chrono::microseconds(100));
|
|
std::this_thread::sleep_for(std::chrono::microseconds(100));
|
|
// std::cout<<"retry send."<<std::endl;
|
|
// std::cout<<"retry send."<<std::endl;
|