Closed igorolhovskiy closed 2 years ago
On sipflood there is a possibility to calling sock.close() without actual declaring. (Happened with me with -th 200 -n 1000) P.S: Not sure last sock.close() is needed before return.
-th 200 -n 1000
sock.close()
Thanks Igor
On sipflood there is a possibility to calling sock.close() without actual declaring. (Happened with me with
-th 200 -n 1000
) P.S: Not sure lastsock.close()
is needed before return.