~ubuntu-branches/debian/stretch/libnice/stretch

« back to all changes in this revision

Viewing changes to docs/reference/libnice/html/libnice-Timer.html

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-05-14 12:00:13 UTC
  • mfrom: (1.2.9) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140514120013-fi5mh9bexrjnwnd8
Tags: 0.1.7-1
* New upstream release 0.1.6, 0.1.7
  - fixes various compiler warnings that were mistakenly fatal in 0.1.5
    (Closes: #743232, #743233)
  - update symbols file for new API
* Explicitly disable -Werror, even if we package a non-release in future
* Don't run tests during the build. We were ignoring failures already,
  and they sometimes hang until the buildd terminates them.
  Upstream (Olivier Crête) says they are stable enough to be useful
  for developers, but not for integration testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Timer</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="libnice Reference Manual">
8
8
<link rel="up" href="ch04.html" title="STUN usages">
9
9
<link rel="prev" href="libnice-TURN.html" title="TURN">
10
10
<link rel="next" href="pt03.html" title="Part III. Pseudo TCP Socket implementation">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
68
68
<p>
69
69
 </p>
70
70
<div class="example">
71
 
<a name="idp10956528"></a><p class="title"><b>Example 3. Simple example on how to use the timer usage</b></p>
 
71
<a name="id-1.3.3.5.5.3.1"></a><p class="title"><b>Example 3. Simple example on how to use the timer usage</b></p>
72
72
<div class="example-contents">
73
73
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
74
74
    <tbody>
193
193
Return value of <code class="function">stun_usage_timer_refresh()</code> which provides you with status
194
194
information on the timer.
195
195
</p>
196
 
<div class="variablelist"><table border="0">
 
196
<div class="variablelist"><table border="0" class="variablelist">
 
197
<colgroup>
197
198
<col align="left" valign="top">
 
199
<col>
 
200
</colgroup>
198
201
<tbody>
199
202
<tr>
200
203
<td><p><a name="STUN-USAGE-TIMER-RETURN-SUCCESS:CAPS"></a><span class="term"><code class="literal">STUN_USAGE_TIMER_RETURN_SUCCESS</code></span></p></td>
274
277
<p>
275
278
See also: <a class="link" href="libnice-Timer.html#STUN-TIMER-DEFAULT-MAX-RETRANSMISSIONS:CAPS" title="STUN_TIMER_DEFAULT_MAX_RETRANSMISSIONS"><span class="type">STUN_TIMER_DEFAULT_MAX_RETRANSMISSIONS</span></a>
276
279
</p>
277
 
<div class="variablelist"><table border="0">
 
280
<div class="variablelist"><table border="0" class="variablelist">
 
281
<colgroup>
278
282
<col align="left" valign="top">
 
283
<col>
 
284
</colgroup>
279
285
<tbody>
280
286
<tr>
281
287
<td><p><span class="term"><em class="parameter"><code>timer</code></em> :</span></p></td>
303
309
This should be called as soon as you send the message for the first time on
304
310
a TCP socket
305
311
</p>
306
 
<div class="variablelist"><table border="0">
 
312
<div class="variablelist"><table border="0" class="variablelist">
 
313
<colgroup>
307
314
<col align="left" valign="top">
 
315
<col>
 
316
</colgroup>
308
317
<tbody><tr>
309
318
<td><p><span class="term"><em class="parameter"><code>timer</code></em> :</span></p></td>
310
319
<td>The <a class="link" href="libnice-Timer.html#StunTimer" title="StunTimer"><span class="type">StunTimer</span></a> to start</td>
318
327
<p>
319
328
Updates a STUN transaction retransmission timer.
320
329
</p>
321
 
<div class="variablelist"><table border="0">
 
330
<div class="variablelist"><table border="0" class="variablelist">
 
331
<colgroup>
322
332
<col align="left" valign="top">
 
333
<col>
 
334
</colgroup>
323
335
<tbody>
324
336
<tr>
325
337
<td><p><span class="term"><em class="parameter"><code>timer</code></em> :</span></p></td>
339
351
<p>
340
352
Query the timer on the time left before the next refresh should be done
341
353
</p>
342
 
<div class="variablelist"><table border="0">
 
354
<div class="variablelist"><table border="0" class="variablelist">
 
355
<colgroup>
343
356
<col align="left" valign="top">
 
357
<col>
 
358
</colgroup>
344
359
<tbody>
345
360
<tr>
346
361
<td><p><span class="term"><em class="parameter"><code>timer</code></em> :</span></p></td>
357
372
</div>
358
373
<div class="footer">
359
374
<hr>
360
 
          Generated by GTK-Doc V1.18</div>
 
375
          Generated by GTK-Doc V1.19</div>
361
376
</body>
362
377
</html>
 
 
b'\\ No newline at end of file'