var fDesc=new Array(); fDesc[0] = "Connection Resume is a proxy server optimized for mobile & wireless ennvironments where out of coverage area & reconnection is more frequent.It’s easy to deploy transparent proxy server as it is only required to configure the proxy server in the accompanied client software. Also the client software can resume the application connection even after minutes of network disconnection.
Features:
- Optimized for wireless networks environments.
- Holds the application connections for minutes even after network disconnection due to coverage & resumes it on reconnection.
- Fast connection recovery after reconnection.
- Full support for UDP application including online network games, messengers etc.
- Support almost all network applications transparently even which doesn't have option to work behind proxy server.
- Supports IE, messengers, online gaming software, ftp clients, email clients etc.
- Simple configuration within a minute server & client can be deployed.
- Supports DNS proxy.
- Less CPU usage."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }