Update of /cvsroot/javanetsim/javaNetSim/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16516/core
Modified Files:
EthernetNetworkInterface.java Hub.java
Log Message:
Index: Hub.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/Hub.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Hub.java 8 Dec 2005 18:07:39 -0000 1.3
--- Hub.java 23 Feb 2006 11:56:00 -0000 1.4
***************
*** 51,54 ****
--- 51,57 ----
int sz = 0;
+
+ int buffSize = 255;
+
public Hub(String inName) {
Index: EthernetNetworkInterface.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/EthernetNetworkInterface.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** EthernetNetworkInterface.java 8 Dec 2005 16:45:08 -0000 1.5
--- EthernetNetworkInterface.java 23 Feb 2006 11:56:00 -0000 1.6
***************
*** 56,61 ****
* Stores The MAC address for each instance of this class
* */
! protected String MACAddress;
!
/**
* Constructs a NetworkInterface object with the name inName and a
--- 56,61 ----
* Stores The MAC address for each instance of this class
* */
! protected String MACAddress;
!
/**
* Constructs a NetworkInterface object with the name inName and a
|