config.h

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

H
34
字号
/* *  Copyright (C) 1999-2006 MITSUBISHI ELECTRIC CORPORATION and *  RENESAS SOLUTIONS CORPORATION and *  RENESAS TECHNOLOGY CORPORATION *  All rights reserved. * *  BSD socket communication test program used for TCP/IP subsystem. *//* target */#define IFRA_ADDR	"172.30.62.234"#define BROAD_ADDR	"172.30.62.255"#define MASK_ADDR	"255.255.255.0"// #define IFRA_ADDR	"10.74.1.100"// #define BROAD_ADDR	"10.74.1.255"// #define MASK_ADDR	"255.255.255.0"#define IF_NAME		"sn0"/* host */#define DST_IPADDR  	"172.30.62.139"// #define DST_IPADDR  	"10.74.1.37"#define LOCALPORT	5000#define DST_PORTNO	5001#define SIZE		(16*1024)#define SIZE2		(64*1024)#define SIZE3		(8*1024)#define LOOP		10#define LOOP1		1#define NUMTASK	3/* EOF */

⌨️ 快捷键说明

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