#ifndef SIX_CONSTANTS_H
#define SIX_CONSTANTS_H

/**Six constants*/
/*@{*/
  ///hops in sent data
#define CFG_SEND_DATA_HOPS 1
  ///hops in AC
#define CFG_HOPS_IN_AC 1
  ///label for SixPath
#define CFG_SIX_PATH "six_path"
/*@}*/

#endif

