Hi<div>I&#39;m creating a module in mod_managed to accept snmp request and respond by returning the result of calling some apis. I&#39;m creating a udp socket to listen for snmp reqs. problem is whenever the module is reloaded, because first a new load occurs, in the new one the socket can not be bind, because of the previous socket still running. how can I stop the old socket?</div>
<div>thanx</div>