1 2 3 4 5 6
package o1game.constants val MAX_MSG_SIZE = 1024 // bytes val LF: Byte = 10 val POLL_INTERVAL = 100 // millisec.