openbsd-ports/net/balance/patches/patch-balance_h
gonzalo 7acebfec37 Update for balance to 3.54
* A bug with hash_fold() regarding incoming IPv4 and IPv6 source
  addresses has been fixed. The "hash" group mechanism is now working as
  expected.
* Buffering has been disabled for interactive shell IO. A new
  "assign" command has been added to allow changing of the host:port
  assignment of a channel (only if disabled). A locking bug has been
  fixed.
* A new option -6 has been added to force IPv6 bind.
* Problems with setting IPV6_V6ONLY socket option are now handled
  more nicely with a syslog warning message.
* Balance now compiles also on systems where IPV6_V6ONLY is
  undefined (like some Solaris systems).
* IPv6 support on the listening side has been added. MAXCHANNELS in
  balance.h has been increased to 64.

Ok aja@ brad@
2012-12-11 18:15:13 +00:00

13 lines
486 B
Plaintext

$OpenBSD: patch-balance_h,v 1.2 2012/12/11 18:15:13 gonzalo Exp $
--- balance.h.orig Fri Dec 3 09:50:22 2010
+++ balance.h Fri Nov 30 17:07:52 2012
@@ -66,7 +66,7 @@
* this should be a directory that isn't cleaned up periodically, or at
* reboot of the machine (/tmp is cleaned at reboot on many OS versions)
*/
-#define SHMDIR "/var/run/balance/"
+#define SHMDIR "/var/balance/"
#define SHMFILESUFFIX ".shm"
#define MAXCHANNELS 64 /* max channels in group */