From 3eafe1d71c09ffa521e23d4a3b47b163a4f83a93 Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Fri, 21 Mar 2014 17:53:19 -0600 Subject: [PATCH] udp: try to clarify verbiage on buffer_size Signed-off-by: rogerdpack Signed-off-by: Michael Niedermayer --- doc/protocols.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/protocols.texi b/doc/protocols.texi index 1380c05267..dfe808044d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1100,8 +1100,8 @@ The list of supported options follows. @table @option @item buffer_size=@var{size} -Set the UDP socket buffer size in bytes. This is used both for the -receiving and the sending buffer size. +Set the UDP maximum socket buffer size in bytes. This is used to set either +the receive or send buffer size, depending on what the socket is used for. @item localport=@var{port} Override the local UDP port to bind with.