@libp2p/interface
Advanced tools
Comparing version
@@ -249,2 +249,8 @@ import type { AbortOptions, Logger } from '../index.js'; | ||
/** | ||
* The time in milliseconds it takes to make a round trip to the remote peer. | ||
* | ||
* This is updated periodically by the connection monitor. | ||
*/ | ||
rtt?: number; | ||
/** | ||
* Create a new stream on this connection and negotiate one of the passed protocols | ||
@@ -251,0 +257,0 @@ */ |
{ | ||
"name": "@libp2p/interface", | ||
"version": "1.6.3-0edbfe7af", | ||
"version": "1.6.3-1dfb74e79", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -291,2 +291,9 @@ import type { AbortOptions, Logger } from '../index.js' | ||
/** | ||
* The time in milliseconds it takes to make a round trip to the remote peer. | ||
* | ||
* This is updated periodically by the connection monitor. | ||
*/ | ||
rtt?: number | ||
/** | ||
* Create a new stream on this connection and negotiate one of the passed protocols | ||
@@ -293,0 +300,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
234738
0.17%5717
0.21%