<div dir="ltr"><div><div><div>As per documentation pike module can be implemented manual as well as automatic. The way I understand it manual mode will not monitor (Not even queue) packets for which &quot;pike_check_req()&quot; is not called and it gives performance advantage as we can skip this call for trusted IPs.<br><br></div>First of all is my understanding correct? Or each request packet will be queued but we will know if a source IP exceeds threshold only when we call &quot;pike_check_req()&quot;?<br><br><br></div>Second thing is what about replies, is there any way to monitor in manual mode?<br><br></div>I really like automatic mode but only am trying  to avoid it because I do not want trusted sources to be monitored.<br><br><br></div>