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:
parent
689b133817
commit
642b729622
2 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue