embkernel
 All Classes Functions Variables Typedefs Groups Pages
CfgNet.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef CFG_NET_HPP_
7 #define CFG_NET_HPP_
8 
9 #if DEBUG
10 #define NET_CFG_DEBUG_ENABLE 1
11 #else
12 #define NET_CFG_DEBUG_ENABLE 0
13 #endif
14 
15 #define NET_CFG_MAX_ARP_ENTRIES 8
16 
17 #define NET_CFG_USE_DHCP_CLIENT 1
18 
19 #define NET_CFG_USE_NBNS 1
20 
21 #define NET_CFG_USE_REMOTE_CONFIGURATION 1
22 
23 #define NET_CFG_REMOTE_CONFIGURATION_PORT 56789
24 
25 #endif /* CFG_NET_HPP_ */