@libp2p/interface
Advanced tools
Comparing version 1.6.3-0edbfe7af to 1.6.3-1dfb74e79
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234738
5717