patch-1.3.67 linux/drivers/net/slip.h
Next file: linux/drivers/scsi/aha152x.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Sun Feb 18 10:13:05 1996
 -  Orig file: 
v1.3.66/linux/drivers/net/slip.h
 -  Orig date: 
Fri Feb  9 17:53:02 1996
 
diff -u --recursive --new-file v1.3.66/linux/drivers/net/slip.h linux/drivers/net/slip.h
@@ -14,6 +14,8 @@
  *	Dmitry Gorodchanin	:	Added CSLIP statistics.
  *	Stanislav Voronyi	:	Make line checking as created by
  *					Igor Chechik, RELCOM Corp.
+ *	Craig Schlenter		:	Fixed #define bug that caused
+ *					CSLIP telnets to hang in 1.3.61-6
  *
  * Author:	Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  */
@@ -89,8 +91,8 @@
 #define SLF_INUSE	0		/* Channel in use               */
 #define SLF_ESCAPE	1               /* ESC received                 */
 #define SLF_ERROR	2               /* Parity, etc. error           */
-#define SLF_KEEPTEST	4		/* Keepalive test flag		*/
-#define SLF_OUTWAIT	8		/* is outpacket was flag	*/
+#define SLF_KEEPTEST	3		/* Keepalive test flag		*/
+#define SLF_OUTWAIT	4		/* is outpacket was flag	*/
 
   unsigned char		mode;		/* SLIP mode			*/
 #define SL_MODE_SLIP	0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this