ip_hdrincl

    The IPv4 layer generates an IP header when sending a packet unless the ip_hdrincl socket option is enabled on the socket. When it is enabled, the packet must contain an IP header. For receiving, the IP header is always included in the packet.

    BSDSocketAPI.swift:308
    static let ip_hdrincl: NIOBSDSocket.Option

    Other members in extension

    Typealiases

    Type members

    Instance members