config.h

来自「T-kernel Tcp/ip Protocol Stack Sample」· C头文件 代码 · 共 26 行

H
26
字号
/* *  Copyright (C) 1999-2006 MITSUBISHI ELECTRIC CORPORATION and *  RENESAS SOLUTIONS CORPORATION and *  RENESAS TECHNOLOGY CORPORATION *  All rights reserved. * *  TCP/IP Test Application program [API]. *//* target */#define TGT_ADDR	"172.30.62.234"// #define BRD_ADDR	"10.74.1.255"// #define MSK_ADDR	"255.255.255.0"// #define IF_NAME		"sn0"/* host */#define SUN_ADDR	"172.30.62.139"/* Illegal address for tests */// #define BAD_ADDR	"192.168.123.100"#define TGT_PORT	5000#define SUN_PORT	5001/* EOF */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?