add missing backoffs

This commit is contained in:
Patricio Whittingslow
2026-06-09 14:33:50 -03:00
parent 6ba06acdcb
commit 82f9461548
3 changed files with 5 additions and 0 deletions
@@ -347,6 +347,7 @@ func mockClient(stack *xnet.StackAsync, port uint16, subnet netip.Prefix) {
TxBuf: make([]byte, 2048),
TxPacketQueueSize: 4,
Logger: slog.Default(),
RWBackoff: tcpBackoff,
})
if err != nil {
panic(err.Error())