hans-2.4.0.0: IPv4 Network Stack

Safe HaskellNone
LanguageHaskell98

Hans.Layer.Ethernet

Contents

Synopsis

Documentation

type EthernetHandle = Channel (Eth ()) Source

runEthernetLayer :: EthernetHandle -> IO () Source

Run the ethernet layer.

External Interface

type Tx = ByteString -> IO () Source

type Rx = EthernetHandle -> IO () Source