⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 T-kernel Tcp/ip Protocol Stack Sample
💻 H
字号:
/* *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -