packages feed

socket-0.1.0.0: src/System/Socket/Protocol/SCTP.hsc

module System.Socket.Protocol.SCTP where

import System.Socket.Protocol

#include "sys/socket.h"
#include "netinet/in.h"

data SCTP

instance Protocol  SCTP where
  protocolNumber _ = (#const IPPROTO_SCTP)