diff --git a/classes/stream.YamuxStream.html b/classes/stream.YamuxStream.html index 405e88a..7ee73d3 100644 --- a/classes/stream.YamuxStream.html +++ b/classes/stream.YamuxStream.html @@ -1,4 +1,4 @@ -YamuxStream | @chainsafe/libp2p-yamux - v5.0.1

YamuxStream is used to represent a logical stream within a session

+YamuxStream | @chainsafe/libp2p-yamux - v5.0.2

YamuxStream is used to represent a logical stream within a session

Hierarchy

Constructors

Properties

_id config @@ -47,4 +47,4 @@

Returns Promise<void>

  • potentially sends a window update enabling further writes to take place.

    Returns void

  • Wait for the send window to be non-zero

    Will throw with ERR_STREAM_ABORT if the stream gets aborted

    -

    Parameters

    Returns Promise<void>

\ No newline at end of file +

Parameters

Returns Promise<void>

\ No newline at end of file diff --git a/enums/index.GoAwayCode.html b/enums/index.GoAwayCode.html index 386dc16..2a1c95d 100644 --- a/enums/index.GoAwayCode.html +++ b/enums/index.GoAwayCode.html @@ -1,4 +1,4 @@ -GoAwayCode | @chainsafe/libp2p-yamux - v5.0.1

Enumeration Members

InternalError +GoAwayCode | @chainsafe/libp2p-yamux - v5.0.2

Enumeration Members

InternalError: 2
NormalTermination: 0
ProtocolError: 1
\ No newline at end of file +

Enumeration Members

InternalError: 2
NormalTermination: 0
ProtocolError: 1
\ No newline at end of file diff --git a/enums/stream.StreamState.html b/enums/stream.StreamState.html index ed33fd8..3100cc7 100644 --- a/enums/stream.StreamState.html +++ b/enums/stream.StreamState.html @@ -1,6 +1,6 @@ -StreamState | @chainsafe/libp2p-yamux - v5.0.1

Enumeration Members

Established +StreamState | @chainsafe/libp2p-yamux - v5.0.2

Enumeration Members

Established: 3
Finished: 4
Init: 0
SYNReceived: 2
SYNSent: 1
\ No newline at end of file +

Enumeration Members

Established: 3
Finished: 4
Init: 0
SYNReceived: 2
SYNSent: 1
\ No newline at end of file diff --git a/functions/config.verifyConfig.html b/functions/config.verifyConfig.html index 7526f93..e338f7a 100644 --- a/functions/config.verifyConfig.html +++ b/functions/config.verifyConfig.html @@ -1 +1 @@ -verifyConfig | @chainsafe/libp2p-yamux - v5.0.1
\ No newline at end of file +verifyConfig | @chainsafe/libp2p-yamux - v5.0.2
\ No newline at end of file diff --git a/functions/index.yamux.html b/functions/index.yamux.html index 42a9506..2aef931 100644 --- a/functions/index.yamux.html +++ b/functions/index.yamux.html @@ -1 +1 @@ -yamux | @chainsafe/libp2p-yamux - v5.0.1
\ No newline at end of file +yamux | @chainsafe/libp2p-yamux - v5.0.2
\ No newline at end of file diff --git a/index.html b/index.html index a440f9a..173d241 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -@chainsafe/libp2p-yamux - v5.0.1

@chainsafe/libp2p-yamux - v5.0.1

@chainsafe/libp2p-yamux

codecov +@chainsafe/libp2p-yamux - v5.0.2

@chainsafe/libp2p-yamux - v5.0.2

@chainsafe/libp2p-yamux

codecov CI

Yamux stream multiplexer for libp2p

@@ -37,4 +37,4 @@
  • MIT (LICENSE-MIT / http://opensource.org/licenses/MIT)
  • Contribution

    Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/interfaces/config.Config.html b/interfaces/config.Config.html index f048eb3..44a2b96 100644 --- a/interfaces/config.Config.html +++ b/interfaces/config.Config.html @@ -1,4 +1,4 @@ -Config | @chainsafe/libp2p-yamux - v5.0.1

    Hierarchy

    • Config

    Properties

    enableKeepAlive +Config | @chainsafe/libp2p-yamux - v5.0.2

    Hierarchy

    • Config

    Properties

    maxOutboundStreams: number

    Maximum number of concurrent outbound streams that we accept. If the application tries to open more streams, the call to newStream will throw

    maxStreamWindowSize: number

    Used to control the maximum window size that we allow for a stream.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/interfaces/stream.YamuxStreamInit.html b/interfaces/stream.YamuxStreamInit.html index ee21b96..0b1c02e 100644 --- a/interfaces/stream.YamuxStreamInit.html +++ b/interfaces/stream.YamuxStreamInit.html @@ -1,6 +1,6 @@ -YamuxStreamInit | @chainsafe/libp2p-yamux - v5.0.1

    Hierarchy

    Properties

    config +YamuxStreamInit | @chainsafe/libp2p-yamux - v5.0.2

    Hierarchy

    Properties

    config: Config
    getRTT: (() => number)

    Type declaration

      • (): number
      • Returns number

    name?: string
    sendFrame: ((header, body?) => void)

    Type declaration

    \ No newline at end of file +

    Properties

    config: Config
    getRTT: (() => number)

    Type declaration

      • (): number
      • Returns number

    name?: string
    sendFrame: ((header, body?) => void)

    Type declaration

    \ No newline at end of file diff --git a/modules/config.html b/modules/config.html index bc15ead..a808952 100644 --- a/modules/config.html +++ b/modules/config.html @@ -1,4 +1,4 @@ -config | @chainsafe/libp2p-yamux - v5.0.1

    Index

    Interfaces

    Config +config | @chainsafe/libp2p-yamux - v5.0.2

    Index

    Interfaces

    Variables

    Functions

    \ No newline at end of file +
    \ No newline at end of file diff --git a/modules/index.html b/modules/index.html index 77984a6..30bd83a 100644 --- a/modules/index.html +++ b/modules/index.html @@ -1,3 +1,3 @@ -index | @chainsafe/libp2p-yamux - v5.0.1

    Index

    Enumerations

    GoAwayCode +index | @chainsafe/libp2p-yamux - v5.0.2

    Index

    Enumerations

    Functions

    \ No newline at end of file +
    \ No newline at end of file diff --git a/modules/stream.html b/modules/stream.html index 4579c0b..a9dac0c 100644 --- a/modules/stream.html +++ b/modules/stream.html @@ -1,4 +1,4 @@ -stream | @chainsafe/libp2p-yamux - v5.0.1

    Index

    Enumerations

    StreamState +stream | @chainsafe/libp2p-yamux - v5.0.2

    Index

    Enumerations

    Classes

    Interfaces

    \ No newline at end of file +
    \ No newline at end of file diff --git a/variables/config.defaultConfig.html b/variables/config.defaultConfig.html index 3541012..50a631d 100644 --- a/variables/config.defaultConfig.html +++ b/variables/config.defaultConfig.html @@ -1 +1 @@ -defaultConfig | @chainsafe/libp2p-yamux - v5.0.1

    Variable defaultConfigConst

    defaultConfig: Config = ...
    \ No newline at end of file +defaultConfig | @chainsafe/libp2p-yamux - v5.0.2

    Variable defaultConfigConst

    defaultConfig: Config = ...
    \ No newline at end of file