From 24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 23 Jul 2001 19:45:20 +0000 Subject: - Support NCP xon/xoff frames. - Support up to 256 channels on S5 --- ncpd/link.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ncpd/link.h') diff --git a/ncpd/link.h b/ncpd/link.h index 010100b..f8a7d73 100644 --- a/ncpd/link.h +++ b/ncpd/link.h @@ -47,6 +47,7 @@ class link { bool hasFailed(); void reset(); void flush(); + void purgeQueue(int); void setVerbose(short int); short int getVerbose(); void setPktVerbose(short int); @@ -64,6 +65,7 @@ class link { unsigned short verbose; bool somethingToSend; bool failed; + bool xoff[256]; }; #endif -- cgit v1.2.3