Skip to content

Commit

Permalink
Update ttl option description in stransmit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rndi authored Nov 20, 2017
1 parent 35c1335 commit 7990536
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/stransmit.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ specify the local port, e.g.:

udp://:5555

UDP handles two parameters: **iptos** and **ipttl**. See IP protocol
documentation for details.
UDP handles two parameters: **iptos** and **ttl**.
**iptos** will set the value of Type-Of-Service (TOS) field for outgoing packets via IP_TOS socket option.
**ttl** parameter will set time-to-live value for outgoing packets via IP_TTL or IP_MULTICAST_TTL socket options.
See IP protocol documentation for details.

For a single host IP address (unicast):
* **reading**: The *host* part or **adapter** parameter can specify the adapter. The *port* part is mandatory.
Expand Down

0 comments on commit 7990536

Please sign in to comment.