Update of /cvsroot/linux-decnet/latd
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30503
Modified Files:
connection.h
Log Message:
Put MAX_SESSIONS back to 254.
I must have left a debugging value in there, sorry
Index: connection.h
===================================================================
RCS file: /cvsroot/linux-decnet/latd/connection.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** connection.h 3 Oct 2008 15:49:53 -0000 1.33
--- connection.h 23 Jun 2009 11:56:50 -0000 1.34
***************
*** 19,23 ****
typedef enum {REPLY, DATA, CONTINUATION} send_type;
! static const unsigned int MAX_SESSIONS = 4;
LATConnection(int _num, unsigned char *buf, int len,
--- 19,23 ----
typedef enum {REPLY, DATA, CONTINUATION} send_type;
! static const unsigned int MAX_SESSIONS = 254;
LATConnection(int _num, unsigned char *buf, int len,
|