forked from p15670423/monkey
Agent: Fix line length
This commit is contained in:
parent
ac4db7aaf6
commit
996225deef
|
@ -152,8 +152,8 @@ class TCPPortSelector:
|
|||
1024
|
||||
:param max_range: The largest port number a random port can be chosen from, defaults to
|
||||
65535
|
||||
: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
|
||||
: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
|
||||
"""
|
||||
with self._lock:
|
||||
|
|
Loading…
Reference in New Issue