github.com/letterj/go-ethereum@v1.8.22-0.20190204142846-520024dfd689/swarm/chunk/chunk.go (about)

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