github.com/lbryio/lbcd@v0.22.119/connmgr/doc.go (about)

     1  // Copyright (c) 2016 The btcsuite developers
     2  // Use of this source code is governed by an ISC
     3  // license that can be found in the LICENSE file.
     4  
     5  /*
     6  Package connmgr implements a generic Bitcoin network connection manager.
     7  
     8  # Connection Manager Overview
     9  
    10  Connection Manager handles all the general connection concerns such as
    11  maintaining a set number of outbound connections, sourcing peers, banning,
    12  limiting max connections, tor lookup, etc.
    13  */
    14  package connmgr