#ifndef __CONSTANTS_H
#define __CONSTANTS_H
#define SECRET_PACKET_PAYLOAD "test"
#define SECRET_PACKET_DEST_PORT 9000
#endif