<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a STUN/TURN server in litral.com (use restund project). <br>
    When I ran simple-example 0 $(host -4 -t A litral.com | awk '{ print
    $4 }'), I can't got the server reflective address whit the error
    "STUN demux error: no FINGERPRINT attribute!"<br>
    So I trace the UDP package with Wireshark. It shows that libnice
    send UDP package with protocol "CLASSIC-STUN" and restund response
    "STUN". <br>
    <br>
    I look into the libnice source code and find that <br>
------------------------------------------------------------------------------------------------<br>
    stun_agent_init (&cdisco->stun_agent,
    STUN_ALL_KNOWN_ATTRIBUTES,<br>
          STUN_COMPATIBILITY_RFC3489,<br>
          (agent->compatibility == NICE_COMPATIBILITY_OC2007 ||<br>
           agent->compatibility == NICE_COMPATIBILITY_OC2007R2) ?<br>
            STUN_AGENT_USAGE_NO_ALIGNED_ATTRIBUTES : 0);<br>
------------------------------------------------------------------------------------------------<br>
    <br>
    Why libnice hardcopy RFC3489 in here? How to change it to RFC5389? <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix"><br>
      On 07/03/2014 11:17 AM, 刘先国 wrote:<br>
    </div>
    <blockquote
      cite="mid:19c5c489.47cd.146fa3a4fd3.Coremail.ferrenliu@163.com"
      type="cite">
      <div
        style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">Who
        can show me a Psedo TCP example? I don't know how to use it.</div>
      <br>
      <br>
      <span title="neteasefooter"><span id="netease_mail_footer"></span></span>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
nice mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/nice">http://lists.freedesktop.org/mailman/listinfo/nice</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>