#ifndef __CONST_H__ #define __CONST_H__ #define DEFAULT_HOST "127.0.0.1" #define DEFAULT_PORT "5556" #endif