remove IK handshake from noise spec (removed in core libp2p specs)
This commit is contained in:
parent
8c532c0e9a
commit
e6998a61cd
|
@ -157,8 +157,7 @@ The following SecIO parameters MUST be supported by all stacks:
|
||||||
The [Libp2p-noise](https://github.com/libp2p/specs/tree/master/noise) secure
|
The [Libp2p-noise](https://github.com/libp2p/specs/tree/master/noise) secure
|
||||||
channel handshake with `secp256k1` identities will be used for mainnet.
|
channel handshake with `secp256k1` identities will be used for mainnet.
|
||||||
|
|
||||||
As specified in the libp2p specification, clients MUST support the `XX` handshake pattern and
|
As specified in the libp2p specification, clients MUST support the `XX` handshake pattern.
|
||||||
can optionally implement the `IK` and `XXfallback` patterns for optimistic 0-RTT.
|
|
||||||
|
|
||||||
## Protocol Negotiation
|
## Protocol Negotiation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue