Liking cljdoc? Tell your friends :D

frereth.cp.message.constants


eof-errorclj


eof-normalclj


header-lengthclj


k-1clj

aka 1k

aka 1k
raw docstring

k-128clj

aka 128k

aka 128k
raw docstring

k-16clj

aka 16k

aka 16k
raw docstring

k-1fclj


k-2clj

aka 2k

aka 2k
raw docstring

k-4clj

aka 4k

aka 4k
raw docstring

k-64clj

aka 128k

aka 128k
raw docstring

k-8clj

aka 8k

aka 8k
raw docstring

k-8fclj


k-div2clj

aka 1/2 k

aka 1/2 k
raw docstring

k-div4clj

aka 1/4 k

aka 1/4 k
raw docstring

k-div4fclj


k-div8clj

aka 1/8 k

aka 1/8 k
raw docstring

m-16clj

aka 16m, or 16M, or 16Mi

aka 16m, or 16M, or 16Mi
raw docstring

max-32-uint-obsoleteclj


max-bytes-in-initiate-messageclj


max-msg-lenclj


max-outgoing-blocksclj

How many outgoing, non-ACK'd blocks will we buffer?

Corresponds to OUTGOING in the reference implementation.

That includes a comment that it absolutely must be a power of 2.

I think that's because it uses bitwise and for modulo to cope with the ring buffer semantics, but there may be a deeper motivation.

How many outgoing, non-ACK'd blocks will we buffer?

Corresponds to OUTGOING in the reference implementation.

That includes a comment that it absolutely must be a power of 2.

I think that's because it uses bitwise and for modulo to cope
with the ring buffer semantics, but there may be a deeper motivation.
raw docstring

min-msg-lenclj


min-padding-lengthclj


minute-1clj

in nanoseconds

in nanoseconds
raw docstring

ms-5clj

5 milliseconds, in nanoseconds

This almost definitely belongs in shared.constansts, assuming it isn't there already

5 milliseconds, in nanoseconds

This almost definitely belongs in shared.constansts,
assuming it isn't there already
raw docstring

recv-byte-buf-sizeclj

How many bytes from the parent will we buffer to send to the child?

How many bytes from the parent will we buffer to send to the child?
raw docstring

sec->n-secclj

Starting point for several values

Starting point for several values
raw docstring

secs-1clj

in nanoseconds

in nanoseconds
raw docstring

secs-10clj

in nanoseconds

in nanoseconds
raw docstring

send-byte-buf-sizeclj

How many child bytes will we buffer to send?

How many child bytes will we buffer to send?
raw docstring

standard-max-block-lengthclj


stream-length-limitclj

How many bytes can the stream send before we've exhausted the address space?

(dec (pow 2 60)): this allows > 200 GB/second continuously for a year

How many bytes can the stream send before we've exhausted the address space?

(dec (pow 2 60)): this allows > 200 GB/second continuously for a year
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close