packages feed

socket-0.8.0.0: src/System/Socket/Protocol/UDP.hsc

--------------------------------------------------------------------------------
-- |
-- Module      :  System.Socket.Protocol.UDP
-- Copyright   :  (c) Lars Petersen 2015
-- License     :  MIT
--
-- Maintainer  :  info@lars-petersen.net
-- Stability   :  experimental
--------------------------------------------------------------------------------
module System.Socket.Protocol.UDP where

import System.Socket.Internal.Socket

#include "hs_socket.h"

data UDP

instance Protocol UDP where
  protocolNumber _ = (#const IPPROTO_UDP)