Update of /cvsroot/javanetsim/javaNetSim
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7891
Modified Files:
TODO.txt windows.bat
Log Message:
Fixed critical section in LayerInfo, CORBA mechanisms templates...
Index: TODO.txt
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** TODO.txt 20 Oct 2007 20:19:46 -0000 1.27
--- TODO.txt 10 Nov 2007 13:25:38 -0000 1.28
***************
*** 4,8 ****
*** Whole Project
! 2. Add (UDP sockets, RMI and Corba mechanisms) to CSU/DSU units
3. DHCP server/clients : re-leasing, MAC-filter and excludes.
4. Socks Proxy(old -- Nat Gateway) to external network.
--- 4,8 ----
*** Whole Project
! 2. Add (UDPz sockets, RMI and Corba mechanisms) to CSU/DSU units
3. DHCP server/clients : re-leasing, MAC-filter and excludes.
4. Socks Proxy(old -- Nat Gateway) to external network.
Index: windows.bat
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/windows.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** windows.bat 13 Oct 2007 12:57:00 -0000 1.4
--- windows.bat 10 Nov 2007 13:25:38 -0000 1.5
***************
*** 1,2 ****
--- 1,3 ----
rem Java > 1.5
java -Xss50m -Xoss100m -jar javaNetSim.jar
+ rem -Xms100m -Xmx400m -Xss50m -Xoss100m
\ No newline at end of file
|