gameServer/Consts.hs
author unc0rr
Tue, 31 Jul 2012 23:29:00 +0400
changeset 7465 c2dcf97ca664
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Okay, this is workaround over ping timeouts problem on the server. Could make server crash if recieve thread wakes up after second ping timeout event.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"