pass INITIAL_CLIENT_VERS and git version to relay

This commit is contained in:
Eric House 2013-08-20 08:42:41 -07:00
parent 5197033de3
commit f728f7459b

View file

@ -550,6 +550,11 @@ public class RelayService extends XWService
out.writeByte( typ[0] );
out.writeShort( devid.length() );
out.writeBytes( devid );
out.writeShort( GitVersion.CLIENT_VERS_RELAY );
out.writeShort( GitVersion.VERS.length() );
out.writeBytes( GitVersion.VERS );
postPacket( bas );
} catch ( java.io.IOException ioe ) {
DbgUtils.loge( ioe );