-
- Downloads
fix off-by-one in lookahead code
The Lookahead var should indicate how often the counter is incremented before an offer is finally declared invalid, *not* the total number of checks (aka window size). I.e. for Lookahead=0, check only against the current counter instead of not at all.
Please register or sign in to comment