CapabilityHandshake.defaults constructor
Create a handshake with protocol defaults (JSON codec, 1 MiB frame, ordered-reliable, no features).
Implementation
factory CapabilityHandshake.defaults(PeerId peerId, String sessionId) =>
CapabilityHandshake(peerId: peerId, sessionId: sessionId);