# Protocol constants for the perf protocol
# https://github.com/libp2p/specs/blob/master/perf/perf.md

PROTOCOL_NAME = "/perf/1.0.0"
WRITE_BLOCK_SIZE = 65536
