forked from p15670423/monkey
BB: Add set_keep_tunnel_open_time()
This commit is contained in:
parent
9bff20e92f
commit
6e730394bf
|
@ -69,6 +69,12 @@ def add_http_ports(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def set_keep_tunnel_open_time(
|
||||||
|
agent_configuration: AgentConfiguration, keep_tunnel_open_time: int
|
||||||
|
) -> AgentConfiguration:
|
||||||
|
return replace(agent_configuration, keep_tunnel_open_time=keep_tunnel_open_time)
|
||||||
|
|
||||||
|
|
||||||
def set_maximum_depth(
|
def set_maximum_depth(
|
||||||
agent_configuration: AgentConfiguration, maximum_depth: int
|
agent_configuration: AgentConfiguration, maximum_depth: int
|
||||||
) -> AgentConfiguration:
|
) -> AgentConfiguration:
|
||||||
|
|
Loading…
Reference in New Issue