ServerImpl

object ServerImpl
class Object
trait Matchable
class Any

Value members

Concrete methods

def DEBUG: Boolean

If true debug sending out stuff

If true debug sending out stuff

def DEBUG_=(value: Boolean): Unit
def apply(peer: Server): Server
def offline(peer: Server): Offline
def reduceFutures(futures: IndexedSeq[Future[Unit]])(implicit executionContext: ExecutionContext): Future[Unit]

Concrete fields

var USE_COMPRESSION: Boolean

If true, applies a few optimizations to messages within a bundle, in order to reduce its size

If true, applies a few optimizations to messages within a bundle, in order to reduce its size

var VERIFY_BUNDLE_SIZE: Boolean

If true, checks against bundle size overflow (64K) and prints the bundle before crashing.

If true, checks against bundle size overflow (64K) and prints the bundle before crashing.

var VERIFY_WIRE_BUFFERS: Boolean

If true, check that wire-buffers are not exceeded before sending synth def

If true, check that wire-buffers are not exceeded before sending synth def