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

📄 nettest_spray.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*      "@(#)nettest_spray.h 1.1 7/30/92 Copyright Sun Microsystems"   *//* * Copyright (c) 1985 by Sun Microsystems, Inc. */#define SPRAYPROG 100012#define SPRAYPROC_SPRAY 1#define SPRAYPROC_GET 2#define SPRAYPROC_CLEAR 3#define SPRAYVERS 1#define SPRAYOVERHEAD 86	/* size of rpc packet when size=0 */#define SPRAYMAX 8845		/* related to max udp packet of 9000 */int xdr_sprayarr();int xdr_spraycumul();struct spraycumul {	unsigned counter;	struct timeval clock;};struct sprayarr {	int *data;	int lnth;};

⌨️ 快捷键说明

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