From 9290ff8baa69f9afe77503a2c3694b1059b9d9aa Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 23 Sep 2014 13:20:41 +0100 Subject: Add TCP mode --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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[] = { { -- cgit v1.2.3