forked from p15670423/monkey
Agent: Add missing "param" in docstring
Co-authored-by: Kekoa Kaaikala <kekoa.kaaikala@gmail.com>
This commit is contained in:
parent
04d79a0a35
commit
0f0f50208d
|
@ -152,7 +152,7 @@ class TCPPortSelector:
|
|||
1024
|
||||
:param max_range: The largest port number a random port can be chosen from, defaults to
|
||||
65535
|
||||
:lease_time_sec: The amount of time a port should be reserved for if the OS does not report
|
||||
:param lease_time_sec: The amount of time a port should be reserved for if the OS does not report
|
||||
it as in use, defaults to 30 seconds
|
||||
:return: A TCP port number
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue