tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit dd15998d289e849d8524b70f2edeb5a92ece971d
parent dfd3823047d05a878a7a559ab6fc539dcad240fc
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Mon, 17 Sep 2018 22:08:45 +0000

Remove duplicate TLS define from kist code.

Duplicate comes from introducing this define into 0.2.9, which did not yet
have KIST.

Diffstat:
Msrc/or/scheduler_kist.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/or/scheduler_kist.c b/src/or/scheduler_kist.c @@ -16,8 +16,6 @@ #define SCHEDULER_PRIVATE_ #include "scheduler.h" -#define TLS_PER_CELL_OVERHEAD 29 - #ifdef HAVE_KIST_SUPPORT /* Kernel interface needed for KIST. */ #include <netinet/tcp.h>