// Log.report( "KeepAliveInstalled",
// "delay", delay, "count", count, "server", server );
vf = (ValueFactory) resources.get( Transport.VALUE_FACTORY );
mf_delay = new Field( "delay" );
mf_count = new Field( "count" );
mt_request = new Type( "_Etch_KeepAliveReq" );
mt_request.putValidator( mf_delay, Validator_int.get( 0 ) );
mt_request.putValidator( mf_count, Validator_int.get( 0 ) );
vf.addType( mt_request );