[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip ARP.java, 1.10, 1.11
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2008-10-05 13:08:16
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10499/core/protocolsuite/tcp_ip Modified Files: ARP.java Log Message: Index: ARP.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ARP.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ARP.java 27 Sep 2008 08:38:23 -0000 1.10 --- ARP.java 5 Oct 2008 13:03:47 -0000 1.11 *************** *** 118,122 **** mParentStack = inParentStack; ! ARP_MAXTRY = 1; } --- 118,122 ---- mParentStack = inParentStack; ! ARP_MAXTRY = 5; } |