Commit Graph

8 Commits

Author SHA1 Message Date
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
rui
157dceb237 update balance to 3.35 and take maintainership
help and ok aanriot@
2007-05-29 18:56:24 +00:00
pvalchev
abed31067f kill last snprintf (to complete the rest); ok maintainer jsyn 2003-06-30 18:46:23 +00:00
naddy
4b269c7f42 balance parentheses 2003-06-22 12:27:03 +00:00
avsm
accae6566a dont look at sizeof(char *) in usage function
jsyn ok
2003-06-17 18:38:19 +00:00
pvalchev
a4be133bb0 atoi() returns an int, not a char 2002-02-21 02:03:33 +00:00
jsyn
6d3681c1b0 - update to balance-2.33 (bugfix release)
- regen security patch
- regression/distinfo changes
2001-11-15 19:25:52 +00:00
lebel
d88a2c384c initial import of balance-2.24.1:
--
Balance is a simple but powerful generic tcp proxy with round robin
load balancing and failover mechanisms. Its behaviour can be
controlled at runtime using a simple command line syntax.

The latest release now supports the definition of channel groups
and connection counting and handling boosting the power and versatility
of balance one big step further.

WWW: http://balance.sourceforge.net/

Submitted by Jason Peel <jsyn@nthought.com>
2001-06-25 23:05:44 +00:00