<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
De voip packages are 172 bytes.<br>
<br>
23:12:52.378101 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
23:12:52.383119 IP 192.168.17.248.foliocorp &gt; 192.168.2.2.12500:
UDP, length 172<br>
23:12:52.398525 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
23:12:52.411382 IP 192.168.17.248.foliocorp &gt; 192.168.2.2.12500:
UDP, length 172<br>
23:12:52.418255 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
23:12:52.431439 IP 192.168.17.248.foliocorp &gt; 192.168.2.2.12500:
UDP, length 172<br>
23:12:52.437959 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
23:12:52.451442 IP 192.168.17.248.foliocorp &gt; 192.168.2.2.12500:
UDP, length 172<br>
23:12:52.457807 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
23:12:52.461792 IP 192.168.17.248.foliocorp &gt; 192.168.2.2.12500:
UDP, length 172<br>
23:12:52.477710 IP 192.168.2.2.12500 &gt; 192.168.17.248.foliocorp:
UDP, length 172<br>
<br>
Perry<br>
<br>
On 08/04/2010 11:08 PM, Guus Sliepen wrote:
<blockquote cite="mid:20100804210837.GX32625@sliepen.org" type="cite">
  <pre wrap="">On Wed, Aug 04, 2010 at 10:44:36PM +0200, Perry Couprie wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I want to use tinc for voip phones.

How can i measure the overhead ?
Compared to a direct connection ?

How can i reduce overhead when tunneling voip over tinc ?
    </pre>
  </blockquote>
  <pre wrap="">
You can use tcpdump to see what packets are sent on an interface and how big
they are. If you want to know latency, just use the ping command.

Tinc will typically add one or a few milliseconds to the latency, and add
around 80 bytes to each packet. You can decrease the size overhead slightly by
changing the Cipher to something that can handle partial blocks, like
blowfish-ofb for example. This will save you 4.5 bytes on average. You can also
disable the Digest, this will save you another 4 bytes. So it is probably not
worth it.

Although in principle tinc adds only a millisecond or so to latency, it is a
user-space program, and the operating system's scheduler can add more latency if
other programs are running at the same time. So jitter is increased. You can
minimise that by running tinc at a higher priority level (with the
ProcessPriority option), or on Linux, you could in principle run it as a
real-time process with the chrt command from the util-linux package.

  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
tinc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a>
<a class="moz-txt-link-freetext" href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a>
  </pre>
</blockquote>
<br>
</body>
</html>