socket-icmp-0.1.0.0: Definitions for ICMP with the `socket` library

Safe HaskellNone
LanguageHaskell2010

System.Socket.Option.HeaderInclude

Synopsis

Documentation

data HeaderInclude Source #

Represents the IP_HDRINCL option. It determines whether or not assume the IP header is included in any data sent over the socket

Constructors

HeaderInclude Bool