Changeset 3901 in Sophya for trunk/AddOn/TAcq/brparam.cc


Ignore:
Timestamp:
Oct 7, 2010, 11:16:52 PM (15 years ago)
Author:
ansari
Message:

Suite recherche de probleme de blocage avec transfert sur ethernet ds mfacq.cc (EthernetReader...), Reza 07/10/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brparam.cc

    r3899 r3901  
    137137  ethr_nlink=0;
    138138  ethr_forcesamefc_=false;
    139   ethr_sfc_maxdpc_=50;
    140   ethr_sfc_maxresync_=50;
     139  ethr_sfc_maxdpc_=0;
     140  ethr_sfc_maxresync_=0;
    141141  ethr_waitendmsg_=false;
    142142
     
    262262  if (conf.HasKey("ethrforcesamefc"))  {
    263263    ethr_forcesamefc_=true;   // force SAME FrameCounter   on all links
    264     ethr_sfc_maxdpc_=conf.IParam("ethrforcesamefc",0,50);
    265     ethr_sfc_maxresync_=conf.IParam("ethrforcesamefc",1,50);
     264    ethr_sfc_maxdpc_=conf.IParam("ethrforcesamefc",0,0);
     265    ethr_sfc_maxresync_=conf.IParam("ethrforcesamefc",1,0);
    266266  }
    267267  if (conf.HasKey("ethrwaitendmsg"))  ethr_waitendmsg_=true;
Note: See TracChangeset for help on using the changeset viewer.