Hi Florian, Yes, you can set the link tolerance on each link that is established, but that link will be established with the default tolerance that is hard-coded.
Once the link is up, you can change the tolerance. Bill wanted to have the link initially come up with a link tolerance that is different from the hard-coded one. For example, the default hard-coded value is 1500 ms. Let us say you want ALL your links to come up with 3000 ms instead, then you would have to either change the hard-coded value and recompile, or issue tipc-config (tipcConfig in VxWorks) on each link as it comes up. Elmer -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Florian Westphal Sent: Wednesday, February 13, 2008 5: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 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
