// send timeout up and down the stack, so other protocols can use the same value too
Map map = new HashMap();
map.put("flush_timeout", new Long(0));
flush.passUp(new Event(Event.CONFIG, map));
flush.passDown(new Event(Event.CONFIG, map));
}
return ret;
}
private interface Assertable{