|
|
Cameron Gocke wrote:
On 2/2/06, Ben Scott <dragonhawk@xxxxxxxxx> wrote:This error message basically means that data is coming in on the TUN/TAP interface faster than the outgoing network connection can support. With TCP connections over the tunnel, this almost never occurs because TCP is smart about throttling the data rate to ensure that the network link can support it. Thus OpenVPN will rarely be in a situation where it is getting data at a faster rate than it can send it. However, with UDP traffic over OpenVPN tunnels (or over the open internet for that matter), the UDP sender needs to handle rate limiting by itself. Now if you run OpenVPN over TCP, then run a UDP based IP phone service over OpenVPN then you basically have a UDP -> OpenVPN -> TCP connection. Now since TCP is automatically rate limited but UDP is not, then if OpenVPN is getting data at X bytes per second via the UDP VoIP protocol but the underlying TCP connection to the other OpenVPN peer can handle less than X bytes per second, then you have a data overrun situation and OpenVPN has no choice but to drop the packets. This is what the "MULTI: packet dropped due to output saturation message" means. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx 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-02/msg00141.html on line 242 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-02/msg00141.html on line 242 |