summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1996-11-24 08:25:48 +0000
committerjhay <jhay@FreeBSD.org>1996-11-24 08:25:48 +0000
commitdd3198090d6d3cba6dde6c0b837e9a3c069f4664 (patch)
treef01ae1841769e910cbc5a8300f2999cb868f2e50 /sys/netipx/ipx_pcb.h
parenta0fbeb3c0782ffa56c01fc7c4e5b1a82c914005d (diff)
downloadFreeBSD-src-dd3198090d6d3cba6dde6c0b837e9a3c069f4664.zip
FreeBSD-src-dd3198090d6d3cba6dde6c0b837e9a3c069f4664.tar.gz
Enlarge the transmit and receive bufferspace of ipx. Make it tweakable
with sysctl.
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
-rw-r--r--sys/netipx/ipx_pcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index 8dd167b..19eaac0 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -33,7 +33,7 @@
*
* @(#)ipx_pcb.h
*
- * $Id: ipx_pcb.h,v 1.4 1995/11/04 09:03:16 julian Exp $
+ * $Id: ipx_pcb.h,v 1.5 1995/11/24 12:25:10 bde Exp $
*/
#ifndef _NETIPX_IPX_PCB_H_
@@ -75,8 +75,8 @@ struct ipxpcb {
/*
* Nominal space allocated to a IPX socket.
*/
-#define IPXSNDQ 2048
-#define IPXRCVQ 2048
+#define IPXSNDQ 16384
+#define IPXRCVQ 40960
#ifdef KERNEL
extern struct ipxpcb ipxpcb; /* head of list */
OpenPOWER on IntegriCloud