From d36e0c44bd5fb7e768ff972a7d40622cffb736e1 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 26 Oct 2017 11:36:37 +0800 Subject: [PATCH] server_tap.py: minor docs --- src/wormhole_transit_relay/server_tap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wormhole_transit_relay/server_tap.py b/src/wormhole_transit_relay/server_tap.py index 0ac04e7..1444a85 100644 --- a/src/wormhole_transit_relay/server_tap.py +++ b/src/wormhole_transit_relay/server_tap.py @@ -11,7 +11,8 @@ glues the two TCP sockets together. If --usage-logfile= is provided, a line will be written to the given file after each connection is done. This line will be a complete JSON object (starting -with "{" and ending with "}\n"). The keys will be: +with "{", ending with "}\n", and containing no internal newlines). The keys +will be: * 'started': number, seconds since epoch * 'total_time': number, seconds from open to last close