You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /* Sometimes we may get a lot of hits but not get 2 in succession, leading to a false negative, so always increment XXX Never mind. */
25
-
+ if (s->hit_count) { /* XXX Was 'hit', but reverted because this broke the SF receiver, so reverting this part may make blue boxing slightly harder again */
0 commit comments