siproc

A primitive SIP client that spawns processes for each call
git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs | README | LICENSE

commit 24a083c1a8f344209edd122686cc065844f061ff
parent fcc8c871f167cc8739c6c2d82b89fdb9c07adba1
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon, 28 Oct 2019 15:39:22 +0100

Instruct people to flush the pipes after sending commands

Diffstat:
Msiproc.1 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/siproc.1 b/siproc.1 @@ -70,6 +70,9 @@ outgoing call (="y") This section will explain the communication protocol between the main process and its children, as well as the commands the main process can be given on its standard input. +.PP +Make sure that the pipes are flushed after writing to them, otherwise the commands +will not get extecuted. . .SS MAIN PROGRAM COMMANDS The main program reads some commands on standard input, terminated by newlines ('\\n'):