packages feed

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

module System.Socket.Protocol.UDP where

import System.Socket.Protocol

#include "hs_socket.h"

data UDP

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