package.html 403 Bytes
Newer Older
Gaston Dombiak's avatar
Gaston Dombiak committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<p>Connection Manager implementation. Connection Managers architecture is composed of two parties.
<ul>
    <li>Connection Managers that accept client connections. Not implemented here.</li>
    <li>The Main server that handles Connection Manager connections. Implemented here.</li>
</ul>
</p>
</body>
</html>