mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
Fixed hard coded path in docu examples
This commit is contained in:
parent
c0c4037a8d
commit
3fe7f7285d
2 changed files with 4 additions and 1 deletions
doc
|
@ -3578,7 +3578,7 @@ unicast, multicast, or broadcast address.
|
|||
|
||||
|
||||
label(EXAMPLE_SSD)
|
||||
dit(bf(tt(echo -e "M-SEARCH * HTTP/1.1\nHOST: 239.255.255.250:1900\nMAN: \"ssdp:discover\"\nMX: 4\nST: \"ssdp:all\"\n" |./socat - UDP-DATAGRAM:239.255.255.250:1900,crlf)))
|
||||
dit(bf(tt(echo -e "M-SEARCH * HTTP/1.1\nHOST: 239.255.255.250:1900\nMAN: \"ssdp:discover\"\nMX: 4\nST: \"ssdp:all\"\n" |socat - UDP-DATAGRAM:239.255.255.250:1900,crlf)))
|
||||
|
||||
sends an SSDP (Simple Service Discovery Protocol) query to the local network
|
||||
and collects and outputs the answers received.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue