Class: PeerConnectionInformation

thaliPeerDictionary~PeerConnectionInformation

new PeerConnectionInformation(hostAddress, portNumber, suggestedTCPTimeout)

Records information about how to connect to a peer over a particular connectionType.

Parameters:
Name Type Description
hostAddress string
portNumber number
suggestedTCPTimeout number
Source:

Members

(private) hostAddress :string

Peer's host address, either IP or DNS

Type:
  • string
Source:

(private) portNumber :number

The port to use with the supplied host address

Type:
  • number
Source:

(private) suggestedTCPTimeout :number

The TCP time out to use when establishing a TCP connection with the peer.

Type:
  • number
Source: