UNPKG

libp2p-tcp

Version:

Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces

9 lines (6 loc) 203 B
'use strict' // p2p multi-address code exports.CODE_P2P = 421 exports.CODE_CIRCUIT = 290 // Time to wait for a connection to close gracefully before destroying it manually exports.CLOSE_TIMEOUT = 2000