summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatec
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-06 11:19:48 +0000
committerpjd <pjd@FreeBSD.org>2007-04-06 11:19:48 +0000
commita27cf626d623b3403be9f2363d7427d3cf724ea8 (patch)
tree88e376ba5139e22eb2e8c716704023cefb9f8fba /sbin/ggate/ggatec
parent6be01b7ba0845eb5a6d3772d0a9209aa967b19e7 (diff)
downloadFreeBSD-src-a27cf626d623b3403be9f2363d7427d3cf724ea8.zip
FreeBSD-src-a27cf626d623b3403be9f2363d7427d3cf724ea8.tar.gz
Implement a work-around for poor ggate write performance.
Diffstat (limited to 'sbin/ggate/ggatec')
-rw-r--r--sbin/ggate/ggatec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile
index c49cfe8..4d8917f 100644
--- a/sbin/ggate/ggatec/Makefile
+++ b/sbin/ggate/ggatec/Makefile
@@ -6,6 +6,7 @@ PROG= ggatec
MAN= ggatec.8
SRCS= ggatec.c ggate.c
+CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared
OpenPOWER on IntegriCloud