mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-09 23:26:01 +00:00
11 lines
210 B
Python
11 lines
210 B
Python
from libp2p.typing import TProtocol
|
|
|
|
PROTOCOL_ID = TProtocol("/nomosda/1.0.0")
|
|
MAX_READ_LEN = 2**32 - 1
|
|
# make this ocnfigurable
|
|
DATA_SIZE = 1024
|
|
# make this ocnfigurable
|
|
COL_SIZE = 4096
|
|
|
|
SAMPLE_THRESHOLD = 12
|