socket-0.1.0.0: src/System/Socket/Protocol/TCP.hsc
module System.Socket.Protocol.TCP where import System.Socket.Protocol #include "sys/socket.h" #include "netinet/in.h" data TCP instance Protocol TCP where protocolNumber _ = (#const IPPROTO_TCP)
module System.Socket.Protocol.TCP where import System.Socket.Protocol #include "sys/socket.h" #include "netinet/in.h" data TCP instance Protocol TCP where protocolNumber _ = (#const IPPROTO_TCP)