summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-06-11 02:30:51 +0000
committerbrian <brian@FreeBSD.org>2000-06-11 02:30:51 +0000
commit41ff0cf69369bdc738ed42d51e7cda113ff55624 (patch)
tree19d65876345c30efb0c75dc3d31df574dba4046c /usr.sbin/ppp/bundle.h
parent588124d70f7f4ecbb19857e53505887e8132a593 (diff)
downloadFreeBSD-src-41ff0cf69369bdc738ed42d51e7cda113ff55624.zip
FreeBSD-src-41ff0cf69369bdc738ed42d51e7cda113ff55624.tar.gz
Add ``set ifqueue'' to control the size of the outgoing packet
queue. Doing ``set ifqueue 0'' and ``set urgent none'' will allow full use of luigi's WF2Q code. Requested by: luigi
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 594045e..7007d78 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -101,6 +101,7 @@ struct bundle {
unsigned opt; /* Uses OPT_ bits from above */
char label[50]; /* last thing `load'ed */
u_short mtu; /* Interface mtu */
+ u_short ifqueue; /* Interface queue size */
struct {
int timeout; /* How long to leave the output queue choked */
OpenPOWER on IntegriCloud