/**
  * Returns the current view of when choking occurs
  *
  * @return speed in bytes/sec
  */
 public int getCurrentChokeSpeed() {
   return (provider.getCurrentChokeSpeed());
 }