summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-14 02:15:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-14 02:16:02 +0200
commit919e5bb130afd0be1c8f717520d4e109d256b6e4 (patch)
tree9dfa8980436db8b0ebb4a074a8d8573551c3a8ff /doc
parentcmd vs method (diff)
moved to dict for client data
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.md b/doc/protocol.md
index 73641b8..9c81ecd 100644
--- a/doc/protocol.md
+++ b/doc/protocol.md
@@ -19,7 +19,7 @@ data-update
"duration-ms": 5000,
"data": {
"clients": [
- { "ip": "127.0.0.1:2345", "bytes-transferred": 12094, "user-agent": "Mozilla Version 28", .... },
+ { "ip": "127.0.0.1", "bytes-sent": 12094, "user-agent": "Mozilla Version 28", .... },
.....
],
"client-count": 12,