configure.in says:
> AC_ARG_WITH(portrange,
>     [  --with-portrange=low,high     bind unreserved TCP server sockets to ports 
>within this range [unlimited]],
>     [
>         TCPPORTRANGE="$withval"
>     ]
> )

but --with-portrange also binds TCP client sockets (not just server sockets) to
ports within the specified range.
John

Reply via email to