From: Laurent W. <lw...@hy...> - 2010-06-24 12:35:05
|
On Thu, 24 Jun 2010 14:15:10 +0200 Fabien Germain <fab...@gm...> wrote: > Hi, > > On Thu, Jun 24, 2010 at 12:53 PM, Laurent Wandrebeck <lw...@hy...> wrote: > > > About the packet too long thread, I'd like to talk a bit about possible > > improvements before coding anything if needed. > > [...] > > > > Just for our information, what those values (MacPacketSize, NODEHASHSIZE and > MFSMAXFILES) represent ? > > Fabien The only one I know for sure is MFSMAXFILES, which represents the maximum number of files open at a time. (reading a bit of code…) MaxPacketSize seems to be part of the moosefs prococol. It represents the maximum size of a packet ;) To be clearer, when a server talks « moosefs » to another, maxpacketsize represents the maximum length of information send before trying to be decoded and understood by the receiver. NODEHASHSIZE: a node seems to be recognised by a hash, and NODEHASHSIZE is the length of that hash. Please remember I barely read the code, so I may be wrong ! -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel: +33 3 20 08 24 98 http://www.hygeos.com GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C |