Files
2020-04-08 10:39:44 -07:00

10 lines
129 B
Python

"""
Standard network tags.
"""
# request targets
TARGET_HOST = 'out.host'
TARGET_PORT = 'out.port'
BYTES_OUT = 'net.out.bytes'