@dxos/network-manager 0.3.3-main.e0ded2e → 0.3.3-main.f2ca85a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1973,6 +1973,8 @@ var ConnectionLog = class {
1973
1973
  this.update.emit();
1974
1974
  });
1975
1975
  connection.protocol?.stats?.on((stats) => {
1976
+ connectionInfo.readBufferSize = stats.readBufferSize;
1977
+ connectionInfo.writeBufferSize = stats.writeBufferSize;
1976
1978
  connectionInfo.streams = stats.channels;
1977
1979
  this.update.emit();
1978
1980
  });
@@ -3589,4 +3591,4 @@ export {
3589
3591
  TcpTransport,
3590
3592
  createTeleportProtocolFactory
3591
3593
  };
3592
- //# sourceMappingURL=chunk-4L2DC6V7.mjs.map
3594
+ //# sourceMappingURL=chunk-DBVOJAYS.mjs.map