~ubuntu-branches/ubuntu/oneiric/openvpn/oneiric

« back to all changes in this revision

Viewing changes to reliable.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-06-16 18:33:37 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110616183337-etb3qgbwjkn8zniq
Tags: upstream-2.2.0
ImportĀ upstreamĀ versionĀ 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
  return n_current > 0 && !rel->hold;
517
517
}
518
518
 
 
519
#ifdef EXPONENTIAL_BACKOFF
519
520
/* return a unique point-in-time to trigger retry */
520
521
static time_t
521
522
reliable_unique_retry (struct reliable *rel, time_t retry)
535
536
    }
536
537
  return retry;
537
538
}
 
539
#endif
538
540
 
539
541
/* return next buffer to send to remote */
540
542
struct buffer *