removed extra byte, small fixes

ok, i confess, the reverse type never appears without a crypt, makes sense to make it handle its special handling
This commit is contained in:
херетик
2023-02-17 11:58:53 +00:00
parent deb8712dac
commit 28b7b6f3e5
6 changed files with 29 additions and 41 deletions

View File

@@ -44,5 +44,5 @@ func (eng *Engine) SendExitNew(c traffic.Circuit,
log.D.Ln("sending out exit onion")
res := eng.PostAcctOnion(o)
eng.SendWithOneHook(c[0].AddrPort, res, 0, hook)
eng.SendWithOneHook(c[0].AddrPort, res, timeout, hook)
}