[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip Tcp.java,1.21,1.22
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2005-12-04 16:26:39
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19425/core/protocolsuite/tcp_ip Modified Files: Tcp.java Log Message: Timer printLayerInfo(). Index: Tcp.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/Tcp.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Tcp.java 4 Dec 2005 12:19:30 -0000 1.21 --- Tcp.java 4 Dec 2005 16:26:30 -0000 1.22 *************** *** 344,347 **** --- 344,348 ---- Simulation.addLayerInfo(TCP_Info); + mParentStack.sendPacket((TCP_packet)Elm.SegmentsToResend.get(curkey)); } catch (Exception e) {} |