|
|
On Thu, 2006-07-06 at 22:00 +0300, Alon Bar-Lev wrote: > Thanks for the response. > No... I cannot use UDP from whenever I work. > But I think that it should be better than it is... A retransmission > for every frame? Sound fixable... That's the difference between UDP and TCP. TCP retries automatically at the system stack level and it is usually a good thing - except when you have encapsulated 2 layers of it through the same stack so the retry timer is going to fire at the same time for both. The fix is to not lose any packets... -- Les Mikesell lesmikesell@xxxxxxxxx ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00035.html on line 193 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00035.html on line 193 |