gRPC-haskell/src/Network/GRPC/Constants.hsc

14 lines
375 B
Plaintext
Raw Normal View History

2015-03-03 09:30:11 +01:00
module Network.GRPC.Constants where
#include "grpc/grpc.h"
argEnableCensus = #const GRPC_ARG_ENABLE_CENSUS
argMaxConcurrentStreams = #const GRPC_ARG_MAX_CONCURRENT_STREAMS
argMaxMessageLength = #const GRPC_ARG_MAX_MESSAGE_LENGTH
writeBufferHint :: Int
writeBufferHint = #const GRPC_WRITE_BUFFER_HINT
writeNoCompress :: Int
writeNoCompress = #const GRPC_WRITE_NO_COMPRESS