What is missing is a wildcard value for the link name, so hat all existing and future links will have a given link tolerance. Even better would be a wildcard value per bearer or bearer type, because it is unlikely that you want your change to affect all links, in case you have different bearers.
We need something like this: ./tipc-config -lt=<link-name|bearer-name|bearer-type>/<link tolerance to be set in milli sec> The implementation should not be too hard. If there is no match for the name in the link list, look in the bearer list, then in the bearer type list. ///jon Garlapati Suryanarayana-G20113 wrote: > Hi Florian, > I guess Elmer is talking abt the Vxworks. As u had indicated, linux > pretty much supports the link tolerance set value. > ./tipc-config -lt=<link-name>/<link tolerance to be set in milli sec> > > Regards > Surya > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian Westphal > Sent: Wednesday, February 13, 2008 4:01 PM > To: [email protected] > Subject: Re: [tipc-discussion] Setting default link tolerance > > Horvath, Elmer <[EMAIL PROTECTED]> wrote: > >> Unfortunately there is currently no configuration option to change the >> > > >> default link tolerance values assigned once the code is compiled. >> This is set in the various media files src/tipc/eth_media.c (or >> src/tipc/sm_media.c) which sets the default to TIPC_DEF_LINK_TOL >> which, as you pointed out, is defined in h/tipc/tipc_bearer.h. >> > > Are you sure? > tipc-config has > -lt =<linkname>|<pattern>/<value> Set link tolerance > > and at least the 1.7.x linux tipc version appears to support > TIPC_CMD_SET_LINK_TOL (which is sent by tipc-config). > > If it does not work -- is there a particular problem that prevents this > from being implemented easily? > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by: Microsoft Defy all challenges. > Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > tipc-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tipc-discussion > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > tipc-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tipc-discussion > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
