From b79e7a06f5d3e78cbe80748dfbbe142fa9eb5a51 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 1 Jun 2008 23:25:06 +0000 Subject: [PATCH] replay has its own prefix, | --- hostside/README.commands | 3 ++- hostside/multiplex | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 } } -- 2.30.2