 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
TODO FIXME name me
Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var DefaultConfig = Config{
	NumWorkers:       1,
	ClientBufferSize: 0,
	WorkerBufferSize: 0,
}
    Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
	// NumWorkers sets the number of background workers that provide blocks to
	// the exchange.
	NumWorkers int
	// ClientBufferSize allows clients of HasBlock to send up to
	// |ClientBufferSize| blocks without blocking.
	ClientBufferSize int
	// WorkerBufferSize can be used in conjunction with NumWorkers to reduce
	// communication-coordination within the worker.
	WorkerBufferSize int
}
     Click to show internal directories. 
   Click to hide internal directories.