Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 7c0fd83c87b2d2be405489cff522e0110328cd1e
      
https://github.com/btcsuite/btcd/commit/7c0fd83c87b2d2be405489cff522e0110328cd1e
  Author: David Hill <dh...@mindcry.org>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M config.go

  Log Message:
  -----------
  btcd: use DialTimeout

If a host is down and doesn't send a TCP RST, the net.Dial function
blocks until the OS times out the connection. Convert to using
DialTimeout with a 30 second default timeout.


Reply via email to