commit | f157ed202e51dc2492b201dc34ed28e89c973fb7 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Feb 01 14:25:40 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Feb 01 16:50:44 2011 -0600 |
tree | 5e54afa6d2ba07066beb0941453b778394297bbd | |
parent | 466b58648a7b2ba7edb280b585e0b0c26e3be31e [diff] |
tap: safe sndbuf default With current sndbuf default value, a blocked target guest can prevent another guest from transmitting any packets. While current sndbuf value (1M) is reported to help some UDP based workloads, the default should be safe (0). Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>