Add version info to OK(HELLO) so both sides know their version info.

This commit is contained in:
Adam Ierymenko 2013-09-13 13:35:31 -04:00
parent 07e1085dcc
commit d87a1d6b99
2 changed files with 8 additions and 1 deletions

View file

@ -374,6 +374,10 @@ public:
*
* OK payload:
* <[8] timestamp (echoed from original HELLO)>
* <[1] protocol version>
* <[1] software major version>
* <[1] software minor version>
* <[2] software revision>
*
* ERROR has no payload.
*/