~ubuntu-branches/ubuntu/raring/openvpn/raring-proposed

« back to all changes in this revision

Viewing changes to occ.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2006-04-05 12:17:26 UTC
  • mto: (1.3.3 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060405121726-btck979dumiwfrte
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
         * Give up.
162
162
         */
163
163
        msg (D_SHOW_OCC,
164
 
             "NOTE: failed to obtain options consistency info from peer -- this could occur if the remote peer is running a version of "
 
164
             "NOTE: failed to obtain options consistency info from peer -- "
 
165
             "this could occur if the remote peer is running a version of "
165
166
             PACKAGE_NAME
166
167
             " before 1.5-beta8 or if there is a network connectivity problem, and will not necessarily prevent "
167
168
             PACKAGE_NAME
168
 
             " from running (%u bytes received from peer, %u bytes authenticated data channel traffic) -- you can disable the options consistency check with --disable-occ.",
169
 
             (unsigned int) c->c2.link_read_bytes,
170
 
             (unsigned int) c->c2.link_read_bytes_auth);
 
169
             " from running (" counter_format " bytes received from peer, " counter_format
 
170
             " bytes authenticated data channel traffic) -- you can disable the options consistency "
 
171
             "check with --disable-occ.",
 
172
             c->c2.link_read_bytes,
 
173
             c->c2.link_read_bytes_auth);
171
174
      event_timeout_clear (&c->c2.occ_interval);
172
175
    }
173
176
  else