patch-2.3.15 linux/net/atm/tunable.h

Next file: linux/net/ax25/af_ax25.c
Previous file: linux/net/atm/svc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/net/atm/tunable.h linux/net/atm/tunable.h
@@ -0,0 +1,23 @@
+/* net/atm/tunable.h - Tunable parameters of ATM support */
+
+/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
+
+
+#ifndef NET_ATM_TUNABLE_H
+#define NET_ATM_TUNABLE_H
+
+#if 0
+/* this is just a reminder - TTS is a device-specific parameter and shall be
+   used inside device drivers only */
+#define ATM_TTS		1000	/* worst-case time to service of device
+				   drivers, in microseconds */
+#endif
+
+#define ATM_RXBQ_DEF	(  64*1024)  /* default RX buffer quota, in bytes */
+#define ATM_TXBQ_DEF	(  64*1024)  /* default TX buffer quota, in bytes */
+#define ATM_RXBQ_MIN	(   1*1024)  /* RX buffer minimum, in bytes */
+#define ATM_TXBQ_MIN	(   1*1024)  /* TX buffer minimum, in bytes */
+#define ATM_RXBQ_MAX	(1024*1024)  /* RX buffer quota limit, in bytes */
+#define ATM_TXBQ_MAX	(1024*1024)  /* TX buffer quota limit, in bytes */
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)