Say in the options table that a proven link resets the backoff

maxDelay bounds the wait and sets the bar a link must clear, and only the
first was documented, so tuning it up quietly lengthened every recovery.

The unreadable PDU the tests write is one named constant now.
This commit is contained in:
2026-08-31 22:59:57 +02:00
parent 8e4d472f72
commit bfc85ee4dd
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -1374,7 +1374,6 @@ describe('application hooks that throw or reject', () => {
});
test('keeps backing off when every link dies as soon as it comes up', async t => {
// A stream we cannot read is found after the bind, so a bind alone must not prove the link.
const clock = { now: 0 };
const delays: number[] = [];
const noop = (): void => undefined;