Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20936/core/protocolsuite/tcp_ip
Modified Files:
Echo_tcp.java
Log Message:
timer layerinfo bugfix. happy coding && debugging to Ilgar!
Index: Echo_tcp.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/Echo_tcp.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Echo_tcp.java 8 Dec 2005 20:10:56 -0000 1.18
--- Echo_tcp.java 8 Dec 2005 20:32:52 -0000 1.19
***************
*** 208,212 ****
try {
! SendData(Data);
}catch(Exception e){
///*TODO*: here to catch
--- 208,212 ----
try {
! SendData(Data);
}catch(Exception e){
///*TODO*: here to catch
|