Network Module¶
-
class
stage_props.network.
Address
(ip, port)¶ -
property
ip
¶ Alias for field number 0
-
property
port
¶ Alias for field number 1
-
property
-
class
stage_props.network.
Connection
(proto, local_address, foreign_address, state, pid)¶ -
property
foreign_address
¶ Alias for field number 2
-
property
local_address
¶ Alias for field number 1
-
property
pid
¶ Alias for field number 4
-
property
proto
¶ Alias for field number 0
-
property
state
¶ Alias for field number 3
-
property
-
class
stage_props.network.
Proto
¶ An enumeration.
-
class
stage_props.network.
State
¶ An enumeration.
-
stage_props.network.
netstat
(chrome_pid: int = None) → List[stage_props.network.Connection]¶ Simulated output of netstat -ob. return a partiality randomized list of connections