Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21403/core/protocolsuite/tcp_ip
Modified Files:
TCP_HashTableElement.java
Log Message:
..
Index: TCP_HashTableElement.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/TCP_HashTableElement.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TCP_HashTableElement.java 7 Sep 2006 16:13:15 -0000 1.4
--- TCP_HashTableElement.java 8 Sep 2006 07:37:42 -0000 1.5
***************
*** 48,51 ****
--- 48,54 ----
/*database*/
+ /**
+ * Timer access flag
+ */
public boolean busy = false;
***************
*** 159,163 ****
this.Servertimer = null;
}
!
this.PortStatus=0;
this.application=null;
--- 162,166 ----
this.Servertimer = null;
}
! this.busy = false;
this.PortStatus=0;
this.application=null;
|