From 2c2cf29564ecd369b3b113d42b8daa3ee9f074a0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 May 2016 17:12:04 -0700 Subject: [PATCH] update comment: sent -> server_tx --- src/wormhole/server/rendezvous_websocket.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wormhole/server/rendezvous_websocket.py b/src/wormhole/server/rendezvous_websocket.py index 6bd291b..6f21b44 100644 --- a/src/wormhole/server/rendezvous_websocket.py +++ b/src/wormhole/server/rendezvous_websocket.py @@ -17,9 +17,9 @@ from autobahn.twisted import websocket # that some time after A is received, at least one message of type B will be # sent out. -# All outbound messages include a "sent" key, which is a float (seconds since -# epoch) with the server clock just before the outbound message was written -# to the socket. +# All outbound messages include a "server_tx" key, which is a float (seconds +# since epoch) with the server clock just before the outbound message was +# written to the socket. # connection -> welcome # <- {type: "welcome", welcome: {}} # .welcome keys are all optional: