📄 config.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -