Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14781/core/protocolsuite/tcp_ip
Modified Files:
ExternalProxyApp.java
Log Message:
Refactoring of Simulation.
Index: ExternalProxyApp.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ExternalProxyApp.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ExternalProxyApp.java 26 Sep 2008 17:53:49 -0000 1.10
--- ExternalProxyApp.java 21 Oct 2008 11:50:24 -0000 1.11
***************
*** 36,40 ****
public class ExternalProxyApp extends Application{
- private int counts;
private String externalIP;
public int recieved;
--- 36,39 ----
***************
*** 49,53 ****
this.NAT = NAT;
this.externalIP = externalIP;
- counts = 0;
try {
--- 48,51 ----
|