Embedded TCP/IP stack: fnet_autoip_config.h Source File

FNET

fnet_autoip_config.h
1 /**************************************************************************
2 *
3 * Copyright 2016-2017 by Andrey Butok. FNET Community.
4 *
5 ***************************************************************************
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License"); you may
8 * not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 *
19 ***************************************************************************/
20 #ifndef _FNET_AUTOIP_CONFIG_H_
21 
22 #define _FNET_AUTOIP_CONFIG_H_
23 
27 /**************************************************************************/
34 #ifndef FNET_CFG_AUTOIP
35  #define FNET_CFG_AUTOIP (0)
36 #endif
37 
38 /**************************************************************************/
60 #ifndef FNET_CFG_AUTOIP_DEFEND_INTERVAL
61  #define FNET_CFG_AUTOIP_DEFEND_INTERVAL (1)
62 #endif
63 
66 #ifdef FNET_CFG_AUTOIP_MAX
67  #error "FNET_CFG_AUTOIP_MAX parameter is obsolete. Use FNET_CFG_AUTOIP."
68 #endif
69 
70 #endif /*_FNET_AUTOIP_CONFIG_H_ */

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net