Class RawEthernetSocket


  • public class RawEthernetSocket
    extends Object
    The raw ethernet socket relies on a layer 3 IP protocol implementation for finding the Network device able to connect to a given mac address. In Contrast to the RawIpSocket the Layer 2 protocol does not support gateways and routers, so we don't need the logic for looking up the default gateway, which makes this implementation a lot simpler.