jist.swans.net
Class NetIp.NicInfo

java.lang.Object
  extended by jist.swans.net.NetIp.NicInfo
Enclosing class:
NetIp

public static class NetIp.NicInfo
extends java.lang.Object

Information about each network interface.


Field Summary
 boolean busy
          whether link layer is busy.
 MacInterface mac
          mac entity.
 MessageQueue q
          outgoing packet queue.
 
Constructor Summary
NetIp.NicInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mac

public MacInterface mac
mac entity.


q

public MessageQueue q
outgoing packet queue.


busy

public boolean busy
whether link layer is busy.

Constructor Detail

NetIp.NicInfo

public NetIp.NicInfo()