diff mbox

[FFmpeg-devel,7/7] doc/protocols: simplify and clarify UDP localaddr option

Message ID 20180922215328.18053-7-cus@passwd.hu
State Accepted
Commit 93443225739606cf277e44b71c758c93ada8aa66
Headers show

Commit Message

Marton Balint Sept. 22, 2018, 9:53 p.m. UTC
Signed-off-by: Marton Balint <cus@passwd.hu>
---
 doc/protocols.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Gyan Sept. 23, 2018, 5:20 a.m. UTC | #1
On Sun, Sep 23, 2018 at 3:24 AM Marton Balint <cus@passwd.hu> wrote:

> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
>  doc/protocols.texi | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index 7173bb173a..b34f29eebf 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -1544,9 +1544,8 @@ packet bursts.
>  Override the local UDP port to bind with.
>
>  @item localaddr=@var{addr}
> -Choose the local IP address. This is useful e.g. if sending multicast
> -and the host has multiple interfaces, where the user can choose
> -which interface to send on by specifying the IP address of that interface.
> +Local IP address of a network interface used for sending packets or
> joining
> +multicast groups.
>

LGTM.

Gyan
diff mbox

Patch

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 7173bb173a..b34f29eebf 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1544,9 +1544,8 @@  packet bursts.
 Override the local UDP port to bind with.
 
 @item localaddr=@var{addr}
-Choose the local IP address. This is useful e.g. if sending multicast
-and the host has multiple interfaces, where the user can choose
-which interface to send on by specifying the IP address of that interface.
+Local IP address of a network interface used for sending packets or joining
+multicast groups.
 
 @item pkt_size=@var{size}
 Set the size in bytes of UDP packets.