package protocol_version_header

  1. Overview
  2. Docs

Module Protocol_version_header.PairSource

This is useful for passing around a pair of ts that will eventually be passed to negotiate.

Sourcetype nonrec t = {
  1. us : t;
  2. peer : t;
}