[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multiple links between 2 nodes
- To: [email protected]
- Subject: Re: multiple links between 2 nodes
- From: Yuri Pryadkin <[email protected]>
- Date: 12 Aug 1998 10:48:51 -0700
- In-Reply-To: Athina Markopoulou's message of Wed, 12 Aug 1998 10:25:38 -0700 (PDT)
- Posted-Date: 12 Aug 1998 10:48:51 -0700
- References: <[email protected]>
Athina Markopoulou <[email protected]> writes:
> > I'm not sure that this problem will be fixed... but a simple
> > workaround would be by introducing another node:
> > n1----n2
> > | |
> > +-nx-+
> >
> >
> > -Yuri.
> >
>
> Thanks, this is actually what I am doing.
> However, in order for the auxiliary links to be "transparent",
> I would need to set their delay to 0 and their bandwidth to infinite.
> Is it posssible to set the bandiwdth to infinite?
Can't you just double the bandwidth? E.g. if (n1, n2)' has bandwidth
b, you could set the bandwidth of (n1, nx) as well as the bandwidth of
(nx, n2) to 2*b.
Hope it helps.
Yuri.
>
> Thanks again.
> Athina.