GossipMaxSizeuint64`yaml:"GOSSIP_MAX_SIZE"`// GossipMaxSize is the maximum allowed size of uncompressed gossip messages.
MaxChunkSizeuint64`yaml:"MAX_CHUNK_SIZE"`// MaxChunkSize is the the maximum allowed size of uncompressed req/resp chunked responses.
AttestationSubnetCountuint64`yaml:"ATTESTATION_SUBNET_COUNT"`// AttestationSubnetCount is the number of attestation subnets used in the gossipsub protocol.
AttestationPropagationSlotRangeuint64`yaml:"ATTESTATION_PROPAGATION_SLOT_RANGE"`// AttestationPropagationSlotRange is the maximum number of slots during which an attestation can be propagated.
RandomSubnetsPerValidatoruint64`yaml:"RANDOM_SUBNETS_PER_VALIDATOR"`// RandomSubnetsPerValidator specifies the amount of subnets a validator has to be subscribed to at one time.
EpochsPerRandomSubnetSubscriptionuint64`yaml:"EPOCHS_PER_RANDOM_SUBNET_SUBSCRIPTION"`// EpochsPerRandomSubnetSubscription specifies the minimum duration a validator is connected to their subnet.
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.