1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-17 16:43:24 +00:00

More docu fixes

This commit is contained in:
Gerhard Rieger 2024-08-05 18:19:47 +02:00
parent 689b133817
commit 642b729622
2 changed files with 7 additions and 7 deletions

View file

@ -4,15 +4,15 @@
# Shell script to perform group communications, sometimes called brokering.
# It starts a Socat instance that forks a child process for each
# connected client; the clients communicate via IPv4 broadcast
# connected client; the child processes communicate via IPv4 broadcast
# Examples:
# socat-broker.sh TCP-L:1234
# Now connect with an arbitrary number of clients like TCP:<server>:1234
# Now connect with any number of clients like TCP:<server>:1234
# socat-broker.sh SSL-L:1234,cert=server.pem,cafile=clients.crt
# Now connect with an arbitrary number of clients like SSL:<server>:1234,cafile=server.cert=clients.pem
# Now connect with an arbitrary number of clients like SSL:<server>:1234,cafile=server,cert=clients.pem
ECHO="echo -e"