@ -573,7 +573,7 @@ int BinHandler(Ascon *a) {
res = AsconBaseHandler(a);
if (a->state == AsconTimeout && p->try_again_count > 0) {
p->try_again_count--;
DynStringCopy(a->errmsg, "timeout");
DynStringCopy(a->errmsg, "no response");
BinResetWrite(a);
return 0;
}
The note is not visible to the blocked user.