Feature #3170
Updated by Junxiao Shi about 9 years ago
Implement `EthernetTransport` for use with LinkService. The `EthernetTransport` is a subclass of [`Transport`](https://gist.github.com/yoursunny/22a7d53711b4e9bc198a) that communicates with an Ethernet multicast group using libpcap. * `EthernetTransport` is always non-local. * `EthernetTransport` is always permanent. persistent. After implementing `EthernetTransport`: * change `EthernetFactory` to initialize an `LpFace(GenericLinkService+EthernetTransport)` in place of `EthernetFace` * delete old `EthernetFace`