Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4314/core/protocolsuite/tcp_ip
Modified Files:
ProtocolStack.java
Log Message:
Index: ProtocolStack.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ProtocolStack.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** ProtocolStack.java 2 Sep 2006 10:33:48 -0000 1.44
--- ProtocolStack.java 2 Sep 2006 10:55:00 -0000 1.45
***************
*** 79,83 ****
import core.protocolsuite.tcp_ip.ospf.*;
!
--- 79,83 ----
import core.protocolsuite.tcp_ip.ospf.*;
! import core.Error;
***************
*** 1906,1909 ****
--- 1906,1910 ----
TCP_Info.setDescription("TCP sending error: \""+ e.toString() + "\".");
Simulation.addLayerInfo(TCP_Info);
+ Error.Report(e);
return false;
/* mTCPprotocol.ClosePort(application);
|