diff options
author | sin <sin@2f30.org> | 2014-09-23 13:20:41 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-23 13:20:41 +0100 |
commit | 9290ff8baa69f9afe77503a2c3694b1059b9d9aa (patch) | |
tree | 92ebeef8103d746bca268987adbc7a230ae42a50 /config.def.h | |
parent | 39f8cd7c5cf07ec8dfd490c3366806c89b61eb25 (diff) |
Add TCP mode
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 8d293f3..ba3eaf3 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ static int encryptdatafile = 0; +static int tcpenabled = 0; static struct node nodes[] = { { |