|
@@ -31,8 +31,8 @@
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
|
|
|
struct cfg_group_dispatcher default_dispatcher_cfg = {
|
|
struct cfg_group_dispatcher default_dispatcher_cfg = {
|
|
- 3, /* Probing threshold */
|
|
|
|
- 3, /* Inactive threshold */
|
|
|
|
|
|
+ 1, /* Probing threshold */
|
|
|
|
+ 1, /* Inactive threshold */
|
|
{0,0} /* reply codes */
|
|
{0,0} /* reply codes */
|
|
};
|
|
};
|
|
|
|
|