/*
============================================================================
Name : hev-config-const.h
Author : hev <r@hev.cc>
Copyright : Copyright (c) 2019 - 2023 hev
Description : Config Constants
============================================================================
*/
#ifndef __HEV_CONFIG_CONST_H__
#define __HEV_CONFIG_CONST_H__
#define MAJOR_VERSION (2)
#define MINOR_VERSION (5)
#define MICRO_VERSION (2)
static const int UDP_BUF_SIZE = 1500;
static const int UDP_POOL_SIZE = 512;
#endif /* __HEV_CONFIG_CONST_H__ */