r94563 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94562‎ | r94563 | r94564 >
Date:20:35, 15 August 2011
Author:asher
Status:ok
Tags:
Comment:
set mcast ttl to 6 when using mcast udp logging
Modified paths:
  • /trunk/debs/varnish3/debian/changelog (modified) (history)
  • /trunk/debs/varnish3/debian/patches/01-varnishncsa-udp.dpatch (modified) (history)

Diff [purge]

Index: trunk/debs/varnish3/debian/patches/01-varnishncsa-udp.dpatch
@@ -58,7 +58,7 @@
5959 + int sockfd, portno, n;
6060 + struct sockaddr_in serv_addr;
6161 + struct hostent *server;
62 -+ u_char ttl = 1;
 62++ u_char ttl = 6;
6363 + char host[500];
6464 + char port[10];
6565 +
Index: trunk/debs/varnish3/debian/changelog
@@ -1,3 +1,9 @@
 2+varnish3 (3.0.0-1wmf3) lucid; urgency=low
 3+
 4+ * Increase mcast ttl from 1 to 6
 5+
 6+ -- Asher Feldman <afledman@wikimedia.org> Thu, 15 Aug 2011 20:32:29 +0000
 7+
28 varnish3 (3.0.0-1wmf2) lucid; urgency=low
39
410 * Change time format to match squid (minus milliseconds)

Status & tagging log