Open
Description
While I was reading draft, I was a bit confused by the usage of "remote" peer and "local" one.
It looks like "remote" means server side which generates debug state JSON document.
That means that draft seems to be written from client point of view. But some keys, such as connFlowOut, is the number of bytes that server can send to the client, which indicates opposite.
It would be nice to add some text to explain these terms. Or say "server" and "client" explicitly (which may remove the future extension of exposing client debug state, but it could be a separate discussion)