File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/interface/src/connection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export interface Stream extends Duplex<AsyncGenerator<Uint8ArrayList>, Source<Ui
146
146
timeline : StreamTimeline
147
147
148
148
/**
149
- * Once a protocol has been negotiated for this stream, it will be set on the stat object
149
+ * The protocol negotiated for this stream
150
150
*/
151
151
protocol ?: string
152
152
@@ -231,12 +231,12 @@ export interface Connection {
231
231
timeline : ConnectionTimeline
232
232
233
233
/**
234
- * Once a multiplexer has been negotiated for this stream, it will be set on the stat object
234
+ * The multiplexer negotiated for this connection
235
235
*/
236
236
multiplexer ?: string
237
237
238
238
/**
239
- * Once a connection encrypter has been negotiated for this stream, it will be set on the stat object
239
+ * The encryption protocol negotiated for this connection
240
240
*/
241
241
encryption ?: string
242
242
You can’t perform that action at this time.
0 commit comments