[MPlayer-DOCS] r22492 - trunk/DOCS/man/en/mplayer.1

Rich Felker dalias at aerifal.cx
Fri Mar 9 01:51:11 CET 2007


On Thu, Mar 08, 2007 at 10:05:14PM +0100, nicodvb wrote:
> Author: nicodvb
> Date: Thu Mar  8 22:05:14 2007
> New Revision: 22492
> 
> Modified:
>    trunk/DOCS/man/en/mplayer.1
> 
> Log:
> documented -reuse-socket
> 
> Modified: trunk/DOCS/man/en/mplayer.1
> ==============================================================================
> --- trunk/DOCS/man/en/mplayer.1	(original)
> +++ trunk/DOCS/man/en/mplayer.1	Thu Mar  8 22:05:14 2007
> @@ -1071,6 +1071,11 @@ Enables caching for the stream used by \
>  amount of memory.
>  .
>  .TP
> +.B \-[no]reuse-socket (udp:// only)
> +Specifies to try to reuse the socket address even though it's in use by another
> +-non actively listening- process.

This is NOT what SO_REUSEADDR means!!!!!!!!!!!!!!!!

It means to _allow_ the port to be reused by other processes as soon
as this one closes it. RTFM!

Rich



More information about the MPlayer-DOCS mailing list