module PMS.Infra.Socket.DM.Constant where
import qualified Data.ByteString as B
import Data.Word
_LOG_FILE_NAME :: String
_LOG_FILE_NAME :: String
_LOG_FILE_NAME = String
"pms-infra-socket.log"
iac :: B.ByteString
iac :: ByteString
iac = Word8 -> ByteString
B.singleton (Word8
255 :: Word8)
will :: B.ByteString
will :: ByteString
will = Word8 -> ByteString
B.singleton (Word8
251 :: Word8)
wont :: B.ByteString
wont :: ByteString
wont = Word8 -> ByteString
B.singleton (Word8
252 :: Word8)
do_ :: B.ByteString
do_ :: ByteString
do_ = Word8 -> ByteString
B.singleton (Word8
253 :: Word8)
dont :: B.ByteString
dont :: ByteString
dont = Word8 -> ByteString
B.singleton (Word8
254 :: Word8)
telopt_echo :: B.ByteString
telopt_echo :: ByteString
telopt_echo = Word8 -> ByteString
B.singleton (Word8
1 :: Word8)
telopt_suppress_ga :: B.ByteString
telopt_suppress_ga :: ByteString
telopt_suppress_ga = Word8 -> ByteString
B.singleton (Word8
3 :: Word8)
telopt_ttype :: B.ByteString
telopt_ttype :: ByteString
telopt_ttype = Word8 -> ByteString
B.singleton (Word8
24 :: Word8)
telopt_naws :: B.ByteString
telopt_naws :: ByteString
telopt_naws = Word8 -> ByteString
B.singleton (Word8
31 :: Word8)
telopt_new_environ :: B.ByteString
telopt_new_environ :: ByteString
telopt_new_environ = Word8 -> ByteString
B.singleton (Word8
39 :: Word8)