GossipMaxSizeBellatrixuint64`yaml:"GOSSIP_MAX_SIZE_BELLATRIX"`// GossipMaxSizeBellatrix is the maximum allowed size of uncompressed gossip messages after the bellatrix epoch.
MaxChunkSizeuint64`yaml:"MAX_CHUNK_SIZE"`// MaxChunkSize is the maximum allowed size of uncompressed req/resp chunked responses.
MaxChunkSizeBellatrixuint64`yaml:"MAX_CHUNK_SIZE_BELLATRIX"`// MaxChunkSizeBellatrix is the maximum allowed size of uncompressed req/resp chunked responses after the bellatrix epoch.
AttestationSubnetCountuint64`yaml:"ATTESTATION_SUBNET_COUNT"`// AttestationSubnetCount is the number of attestation subnets used in the gossipsub protocol.
AttestationPropagationSlotRangetypes.Slot`yaml:"ATTESTATION_PROPAGATION_SLOT_RANGE"`// AttestationPropagationSlotRange is the maximum number of slots during which an attestation can be propagated.
MaxRequestBlocksuint64`yaml:"MAX_REQUEST_BLOCKS"`// MaxRequestBlocks is the maximum number of blocks in a single request.
TtfbTimeouttime.Duration`yaml:"TTFB_TIMEOUT"`// TtfbTimeout is the maximum time to wait for first byte of request response (time-to-first-byte).
RespTimeouttime.Duration`yaml:"RESP_TIMEOUT"`// RespTimeout is the maximum time for complete response transfer.
MaximumGossipClockDisparitytime.Duration`yaml:"MAXIMUM_GOSSIP_CLOCK_DISPARITY"`// MaximumGossipClockDisparity is the maximum milliseconds of clock disparity assumed between honest nodes.
MessageDomainInvalidSnappy[4]byte`yaml:"MESSAGE_DOMAIN_INVALID_SNAPPY"`// MessageDomainInvalidSnappy is the 4-byte domain for gossip message-id isolation of invalid snappy messages.
MessageDomainValidSnappy[4]byte`yaml:"MESSAGE_DOMAIN_VALID_SNAPPY"`// MessageDomainValidSnappy is the 4-byte domain for gossip message-id isolation of valid snappy messages.