Changeset 3762 in Sophya for trunk/AddOn/TAcq/racqueth.h


Ignore:
Timestamp:
May 2, 2010, 12:32:43 AM (15 years ago)
Author:
ansari
Message:

ajout de messages de hand-shake dans les echanges , Reza 01/05/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/racqueth.h

    r3759 r3762  
    4040#define BRTCPMSGLEN 128
    4141#endif
     42#ifndef BRTCPMSGLEN2
     43#define BRTCPMSGLEN2 64
     44#endif
    4245
    4346
     
    7174  int tcpportid_;
    7275  vector< vector<ClientSocket> > vvec_skt_;
     76  vector< uint_4 > vec_cntpaq_;
    7377  uint_4 packSize_;
    7478  uint_4 packSizeInMgr_;
    7579  uint_4 nbDma_;
    7680  uint_8 totrdsnd_;
     81  bool fgdirectsend_;  //  true -> direct transfer of DMA data to ethernet
    7782  size_t eths_bsz_;
    7883  int prtlev_;
     
    116121  int tcpportid_;
    117122  vector< Socket > vsok_;  //  Les sockets de lecture pour chaque fibre/lien
     123  vector< uint_4 > vec_cntpaq_;
    118124  bool stop_;
    119125  bool rdsamefc_;  // if true, read paquets with same value of FrameCounter on different fibers/link
Note: See TracChangeset for help on using the changeset viewer.