aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/src/const.h
blob: 53b036494ec15effaa291f951c55e659dd4cab9c (plain) (tree)
1
2
3
4
5
6
7






                                
#ifndef __CONST_H__
#define __CONST_H__

#define DEFAULT_HOST "127.0.0.1"
#define DEFAULT_PORT "5556"

#endif