* halve JACK_THREAD_STACK_TOUCH to 500000 * increase default --port-max option from 128 to 256 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@973 0c269be4-1314-0410-8aa9-9f06e86f4224tags/0.109.0
| @@ -15,7 +15,7 @@ dnl changes are made | |||||
| dnl --- | dnl --- | ||||
| JACK_MAJOR_VERSION=0 | JACK_MAJOR_VERSION=0 | ||||
| JACK_MINOR_VERSION=102 | JACK_MINOR_VERSION=102 | ||||
| JACK_MICRO_VERSION=13 | |||||
| JACK_MICRO_VERSION=14 | |||||
| dnl --- | dnl --- | ||||
| dnl HOWTO: updating the jack protocol version | dnl HOWTO: updating the jack protocol version | ||||
| @@ -120,7 +120,7 @@ if test "${libdir}" = '${exec_prefix}/lib'; then | |||||
| fi | fi | ||||
| # system-dependent config.h values | # system-dependent config.h values | ||||
| test "x$JACK_THREAD_STACK_TOUCH" = "x" && JACK_THREAD_STACK_TOUCH=1000000 | |||||
| test "x$JACK_THREAD_STACK_TOUCH" = "x" && JACK_THREAD_STACK_TOUCH=500000 | |||||
| AC_DEFINE_UNQUOTED(JACK_THREAD_STACK_TOUCH, | AC_DEFINE_UNQUOTED(JACK_THREAD_STACK_TOUCH, | ||||
| [$JACK_THREAD_STACK_TOUCH], | [$JACK_THREAD_STACK_TOUCH], | ||||
| [Guaranteed size of realtime stack]) | [Guaranteed size of realtime stack]) | ||||
| @@ -56,7 +56,7 @@ variable. It will be "default" if that is not defined. | |||||
| .TP | .TP | ||||
| \fB\-p, \-\-port\-max \fI n\fR | \fB\-p, \-\-port\-max \fI n\fR | ||||
| Set the maximum number of ports the JACK server can manage. | Set the maximum number of ports the JACK server can manage. | ||||
| The default value is 128. | |||||
| The default value is 256. | |||||
| .TP | .TP | ||||
| \fB\-R, \-\-realtime\fR | \fB\-R, \-\-realtime\fR | ||||
| .br | .br | ||||
| @@ -63,7 +63,7 @@ static int do_mlock = 1; | |||||
| static int temporary = 0; | static int temporary = 0; | ||||
| static int verbose = 0; | static int verbose = 0; | ||||
| static int client_timeout = 0; /* msecs; if zero, use period size. */ | static int client_timeout = 0; /* msecs; if zero, use period size. */ | ||||
| static unsigned int port_max = 128; | |||||
| static unsigned int port_max = 256; | |||||
| static int do_unlock = 0; | static int do_unlock = 0; | ||||
| static jack_nframes_t frame_time_offset = 0; | static jack_nframes_t frame_time_offset = 0; | ||||