Changeset 3762 in Sophya for trunk/AddOn/TAcq/racqueth.h
- Timestamp:
- May 2, 2010, 12:32:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/racqueth.h
r3759 r3762 40 40 #define BRTCPMSGLEN 128 41 41 #endif 42 #ifndef BRTCPMSGLEN2 43 #define BRTCPMSGLEN2 64 44 #endif 42 45 43 46 … … 71 74 int tcpportid_; 72 75 vector< vector<ClientSocket> > vvec_skt_; 76 vector< uint_4 > vec_cntpaq_; 73 77 uint_4 packSize_; 74 78 uint_4 packSizeInMgr_; 75 79 uint_4 nbDma_; 76 80 uint_8 totrdsnd_; 81 bool fgdirectsend_; // true -> direct transfer of DMA data to ethernet 77 82 size_t eths_bsz_; 78 83 int prtlev_; … … 116 121 int tcpportid_; 117 122 vector< Socket > vsok_; // Les sockets de lecture pour chaque fibre/lien 123 vector< uint_4 > vec_cntpaq_; 118 124 bool stop_; 119 125 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.