Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3841/core/protocolsuite/tcp_ip
Modified Files:
Tcp.java
Log Message:
Index: Tcp.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/Tcp.java,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** Tcp.java 7 Sep 2006 16:55:47 -0000 1.79
--- Tcp.java 7 Sep 2006 17:20:29 -0000 1.80
***************
*** 1,9 ****
/*
! Java Firewall Simulator (jFirewallSim)
!
!
! Copyright (c) 2004, jFirewallSim development team All rights reserved.
--- 1,9 ----
/*
! Java Network Simulator (javaNetSim)
!
! Copyright (c) 2006, 2005, Ice Team; All rights reserved.
! Copyright (c) 2004, jFirewallSim development team; All rights reserved.
***************
*** 161,169 ****
}
! class Point{
public int i;
Point(){ i = 0; }
! }
/**
--- 161,169 ----
}
! /*class Point{
public int i;
Point(){ i = 0; }
! }*/
/**
***************
*** 192,196 ****
Elm.timer=new Timer();
Elm.timer.schedule(new TCPTask(Elm,TCP_CONNECT_TIME,this, inREP, ++timerid),TCP_CONNECT_TIME,TCP_CONNECT_TIME);
! System.out.println("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ^^^^^^^^^^^^ Sender timer init! Elm id = " + Elm.returnID() + " ID = " + timerid + " Elm connected to port:" + Elm.connectedtoPort);
} else {
--- 192,196 ----
Elm.timer=new Timer();
Elm.timer.schedule(new TCPTask(Elm,TCP_CONNECT_TIME,this, inREP, ++timerid),TCP_CONNECT_TIME,TCP_CONNECT_TIME);
! System.out.println("##################################### ^^^^^^^^^^^^ Sender timer init! Elm id = " + Elm.returnID() + " ID = " + timerid + " Elm connected to port:" + Elm.connectedtoPort);
} else {
|