<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
it looks like the patch only changes everything IPv4 specific to IPv6
specific. This is not recommended way to port IPv4 applications to IPv6
support, because it wouldn't compile on OSes without IPv6 support and
it relies on V6V4 socket compatibility, which is considered deprecated
and potentionally dangerous.<br>
<br>
Preferred way should be using protocol-independent interace with
getaddrinfo library function.<br>
<br>
Bye,<br>
Ondrej Caletka<br>
<br>
Marcel Ritter napsal(a):
<blockquote cite="mid:4A548824.90008@rrze.uni-erlangen.de" type="cite">
  <pre wrap="">Hi again,

just added IPv6 for getstream's http access (s. attached patch).

Bye,
   Marcel

----
Unix _IS_ user friendly... It's just selective about who its friends are.


  </pre>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Getstream mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Getstream@gt.owl.de">Getstream@gt.owl.de</a>
<a class="moz-txt-link-freetext" href="http://gt.owl.de/mailman/listinfo/getstream">http://gt.owl.de/mailman/listinfo/getstream</a>
</pre></pre>
</blockquote>
<br>
</body>
</html>