|
|
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 |