diff options
author | gson <gson@pkgsrc.org> | 2012-05-12 09:56:51 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2012-05-12 09:56:51 +0000 |
commit | e094390ee3eb22314986e4f452d48142483a5a5f (patch) | |
tree | b289510a2c193e19f70a8c60e146e281548b73b0 /emulators/qemu/Makefile | |
parent | 42817f24cc69cd12e5c3016c217c34f9251bbca9 (diff) | |
download | pkgsrc-e094390ee3eb22314986e4f452d48142483a5a5f.tar.gz |
When setting up an outgoing user mode networking TCP connection,
disable the Nagle algorithm in the host-side connection. Either
the VM is already doing Nagle, in which case there is no point
in doing it twice, or it has chosen to disable it, in which case
we should respect that choice. This change speeds up GDB remote
debugging over TCP over user mode networking by multiple orders
of magnitude.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 3507e15ea1f..428218690a3 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2012/03/15 11:53:26 obache Exp $ +# $NetBSD: Makefile,v 1.90 2012/05/12 09:56:51 gson Exp $ DISTNAME= qemu-0.15.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ |