Update of /cvsroot/javanetsim/javaNetSim/guiUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18260/guiUI
Modified Files:
MainScreen.java
Log Message:
Minor fixes and Forward ARP packet FIX.
Index: MainScreen.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** MainScreen.java 8 Dec 2005 20:56:48 -0000 1.27
--- MainScreen.java 5 Feb 2006 14:01:51 -0000 1.28
***************
*** 3029,3033 ****
printNetworkStart();
!
((Echo)((core.ApplicationLayerDevice)Sim.getNode(inNodeName)).getApp(30007)).SendEcho(msg, ip, Integer.valueOf(port).intValue(), Integer.valueOf(cnt).intValue());
--- 3029,3033 ----
printNetworkStart();
! //=<150
((Echo)((core.ApplicationLayerDevice)Sim.getNode(inNodeName)).getApp(30007)).SendEcho(msg, ip, Integer.valueOf(port).intValue(), Integer.valueOf(cnt).intValue());
***************
*** 3102,3106 ****
timer=new Timer();
timer.schedule(new TTask(this, 1),4000,4000);
!
((Echo_tcp)((core.ApplicationLayerDevice)Sim.getNode(inNodeName)).getApp(30017)).SendEcho(msg, ip, Integer.valueOf(port).intValue(), Integer.valueOf(cnt).intValue());
--- 3102,3106 ----
timer=new Timer();
timer.schedule(new TTask(this, 1),4000,4000);
! //=<150
((Echo_tcp)((core.ApplicationLayerDevice)Sim.getNode(inNodeName)).getApp(30017)).SendEcho(msg, ip, Integer.valueOf(port).intValue(), Integer.valueOf(cnt).intValue());
|