diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-10 20:21:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-10 20:21:09 +0000 |
| commit | 089d83fbd0b24f957b753d440f188ddadaabf4ff (patch) | |
| tree | 9f0cde1a92f2fe26ab13640f13a07f4e4183aa9d /util | |
| parent | 0a0da7ddd5c01b9259ddad3331e1629ee066505d (diff) | |
Notes
Diffstat (limited to 'util')
| -rw-r--r-- | util/config_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/config_file.c b/util/config_file.c index 2568af2eb5b5..e9c312ab0f54 100644 --- a/util/config_file.c +++ b/util/config_file.c @@ -177,7 +177,7 @@ config_create(void) cfg->if_automatic = 0; cfg->so_rcvbuf = 0; cfg->so_sndbuf = 0; - cfg->so_reuseport = 1; + cfg->so_reuseport = REUSEPORT_DEFAULT; cfg->ip_transparent = 0; cfg->ip_freebind = 0; cfg->num_ifs = 0; |
