github.com/alexanderbez/go-ethereum@v1.8.17-0.20181024144731-0a57b29f0c8e/swarm/chunk/chunk.go (about)

     1  package chunk
     2  
     3  const (
     4  	DefaultSize = 4096
     5  )