Liking cljdoc? Tell your friends :D

frereth.cp.message.constants


eof-errorclj

source

eof-normalclj

source

header-lengthclj

source

k-1clj

aka 1k

aka 1k
sourceraw docstring

k-128clj

aka 128k

aka 128k
sourceraw docstring

k-16clj

aka 16k

aka 16k
sourceraw docstring

k-1fclj

source

k-2clj

aka 2k

aka 2k
sourceraw docstring

k-4clj

aka 4k

aka 4k
sourceraw docstring

k-64clj

aka 128k

aka 128k
sourceraw docstring

k-8clj

aka 8k

aka 8k
sourceraw docstring

k-8fclj

source

k-div2clj

aka 1/2 k

aka 1/2 k
sourceraw docstring

k-div4clj

aka 1/4 k

aka 1/4 k
sourceraw docstring

k-div4fclj

source

k-div8clj

aka 1/8 k

aka 1/8 k
sourceraw docstring

m-16clj

aka 16m, or 16M, or 16Mi

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

max-32-uint-obsoleteclj

source

max-bytes-in-initiate-messageclj

source

max-msg-lenclj

source

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.
sourceraw docstring

min-msg-lenclj

source

min-padding-lengthclj

source

minute-1clj

in nanoseconds

in nanoseconds
sourceraw 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
sourceraw 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?
sourceraw docstring

sec->n-secclj

Starting point for several values

Starting point for several values
sourceraw docstring

secs-1clj

in nanoseconds

in nanoseconds
sourceraw docstring

secs-10clj

in nanoseconds

in nanoseconds
sourceraw docstring

send-byte-buf-sizeclj

How many child bytes will we buffer to send?

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

standard-max-block-lengthclj

source

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
sourceraw docstring

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

× close