Release 4.4.3 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:49:37 +02:00
committed by Stephen Sinclair
parent cfdfe7736a
commit f13d5bb3cd
632 changed files with 12236 additions and 19041 deletions

View File

@@ -51,7 +51,7 @@ int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class
<p>This class provides a uniform cross-platform TCP socket client interface. Methods are provided for reading or writing data buffers to/from connections.</p>
<p>TCP sockets are reliable and connection-oriented. A TCP socket client must be connected to a TCP server before data can be sent or received. Data delivery is guaranteed in order, without loss, error, or duplication. That said, TCP transmissions tend to be slower than those using the UDP protocol and data sent with multiple <em>write()</em> calls can be arbitrarily combined by the underlying system.</p>
<p>The user is responsible for checking the values returned by the read/write methods. Values less than or equal to zero indicate a closed or lost connection or the occurence of an error.</p>
<p>by Perry R. Cook and Gary P. Scavone, 1995 - 2010. </p>
<p>by Perry R. Cook and Gary P. Scavone, 1995-2011. </p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a1e1e2cf0981774147d516efcaf12e786"></a><!-- doxytag: member="stk::TcpClient::TcpClient" ref="a1e1e2cf0981774147d516efcaf12e786" args="(int port, std::string hostname=&quot;localhost&quot;)" -->
<div class="memitem">
@@ -122,7 +122,7 @@ int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class
<table>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>&copy;1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
<tr><td>&copy;1995-2011 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>