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

19 lines
463 B
Plaintext
Raw Normal View History

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