]> git.ipfire.org Git - fireperf.git/commit
client: Add a basic implementation
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jan 2021 18:06:12 +0000 (18:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jan 2021 18:06:12 +0000 (18:06 +0000)
commita85ba3c95192bf4e550e07fa64ace50c0e8eb113
treea2f31551b304a93d9216210d549d7e16861448f3
parent1222dbc39936e6dd8f477c839763d0152615a314
client: Add a basic implementation

This will make the client connect to the server with one or more
connections and it will send data.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/client.c
src/main.c
src/main.h
src/server.c