Re: TOS marking
On Fri, 14 May 2004, Elisa Callejo Luis wrote:
> I would like the iperf server listen to in more than one port. As it is not
> possible (the solution would be start a server on each port)
"inetd" could probably start a server processus "on-demand" on each
port you want, but I am not sure that's what you are looking
for... could you please give more details on your configuration ?
> I tried to use
> the -S option to make clients mark a different TOS value for each
> port to make them different, but
So you want several clients sending to just one server processus
using a socket for each client, right ? If yes, why ? Or is it some
kind of multicast stuff ?
Please explain.