Bug 145985 - [PATCH] www/lighttpd: add optional extra-patch for TCP_NODELAY
Summary: [PATCH] www/lighttpd: add optional extra-patch for TCP_NODELAY
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 18:15 UTC by Martin Matuska
Modified: 2010-05-30 08:37 UTC (History)
1 user (show)

See Also:


Attachments
lighttpd-1.4.26_1.patch (1.84 KB, patch)
2010-04-23 18:15 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2010-04-23 18:15:36 UTC
- Add an optional extra-patch for TCP_NODELAY

This assumes for lighttpd: net.inet.tcp.delayed_ack=0
and gives a speed boost for serving many small files.
Several other operating systems (e.g. OpenSolaris) always apply this patch.

Added file(s):
- files/extra-patch-nodelay

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-05-01 19:35:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-21 08:49:45 UTC
mm          2010-05-21 07:49:36 UTC

  FreeBSD ports repository

  Modified files:
    www/lighttpd         Makefile 
  Added files:
    www/lighttpd/files   extra-patch-nodelay 
  Log:
  - Add optional TCP_NODELAY patch
  
  PR:             ports/145985
  Approved by:    maintainer (timeout)
  
  Revision  Changes    Path
  1.78      +6 -0      ports/www/lighttpd/Makefile
  1.1       +15 -0     ports/www/lighttpd/files/extra-patch-nodelay (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2010-05-30 08:37:12 UTC
State Changed
From-To: open->closed

Committed on maintainer timeout. Thanks!