This is an archive of the discontinued Mercurial Phabricator instance.

sshpeer: rename sshpeer class to sshv1peer (API)
ClosedPublic

Authored by indygreg on Feb 6 2018, 2:31 PM.

Details

Summary

With the introduction of version 2 of the SSH wire protocol,
we will need a new peer class to speak that protocol because
it will be too difficult to shoehorn a single class to speak
two protocols. We rename sshpeer.sshpeer to sshpeer.sshv1peer
to reflect the fact that there will be multiple versions of
the peer depending on the negotiated protocol.

.. api::

sshpeer.sshpeer renamed to sshpeer.sshv1peer.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Feb 6 2018, 2:31 PM
durin42 accepted this revision.Feb 7 2018, 5:05 PM
This revision is now accepted and ready to land.Feb 7 2018, 5:05 PM
This revision was automatically updated to reflect the committed changes.