socket-icmp-0.1.0.1: Definitions for using 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 to assume the IP header is included in any data sent over the socket

Constructors

HeaderInclude Bool