Date: Fri, 3 Nov 2017 06:42:32 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453389 - head/devel/lfcbase Message-ID: <201711030642.vA36gWJo093972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Nov 3 06:42:31 2017 New Revision: 453389 URL: https://svnweb.freebsd.org/changeset/ports/453389 Log: devel/lfcbase: update 1.10.2 -> 1.10.3 - Value change of NetHandler::SENDLEN from 1024 to 8192 On FreeBSD based systems, the lower value lead to a poor network performance for large mesages, since subsequent send calls seem to slow down the network throughput. On OSX and Windows/MinGW64 based systems, this effect has not been observed but a sendlen of 8192 seems to be no problem also for these systems Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Fri Nov 3 03:46:51 2017 (r453388) +++ head/devel/lfcbase/Makefile Fri Nov 3 06:42:31 2017 (r453389) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Fri Nov 3 03:46:51 2017 (r453388) +++ head/devel/lfcbase/distinfo Fri Nov 3 06:42:31 2017 (r453389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509556185 -SHA256 (lfcbase-1.10.2.tar.gz) = 12c4251b2f13ba2516e7f224febeff76a08c901a115a94cdfc1bf94c75597caf -SIZE (lfcbase-1.10.2.tar.gz) = 615955 +TIMESTAMP = 1509690631 +SHA256 (lfcbase-1.10.3.tar.gz) = cdb1ffd1e5af5f9f7d1bf7bda4a99931a886b94b5cd82a6915753d3b2e1a4ac7 +SIZE (lfcbase-1.10.3.tar.gz) = 616045
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711030642.vA36gWJo093972>