From: ian Date: Sun, 1 Jun 2008 23:25:06 +0000 (+0000) Subject: replay has its own prefix, | X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b79e7a06f5d3e78cbe80748dfbbe142fa9eb5a51;p=trains.git replay has its own prefix, | --- diff --git a/hostside/README.commands b/hostside/README.commands index dba3a57..8ec08c9 100644 --- a/hostside/README.commands +++ b/hostside/README.commands @@ -17,6 +17,7 @@ realtime, the ? is absent. ? may be + result of command by us & asynchronous, not related to a specific command = related to this actual multiplexer client connection + | result of replay ====================================================================== @@ -154,7 +155,7 @@ MULTIPLEXER FACILITIES L> replay [[~]...] if none, uses result from select O< +executing replay - R< + O< +ack replay ok diff --git a/hostside/multiplex b/hostside/multiplex index 480e25a..94fad13 100755 --- a/hostside/multiplex +++ b/hostside/multiplex @@ -180,7 +180,7 @@ proc global/!save-dump {conn args} { proc do-replay {conn} { global replay foreach pk [lsort [array names replay]] { - set m "+[string range $pk 3 end] $replay($pk)" + set m "|[string range $pk 3 end] $replay($pk)" xmit-only $conn $m } }