mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-03 12:51:48 +00:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
![]() |
'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
|