161162163164165166167168
Opt o = getOpt( "Timeout" ); if (o == null) return 0; Timeout t = (Timeout) o; return t.timeout(); }