]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove duplicate TLS define from kist code.
authorMike Perry <mikeperry-git@torproject.org>
Mon, 17 Sep 2018 22:08:45 +0000 (22:08 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Mon, 17 Sep 2018 23:21:58 +0000 (23:21 +0000)
Duplicate comes from introducing this define into 0.2.9, which did not yet
have KIST.

src/or/scheduler_kist.c

index c79b413b880bb0f8f47e4e6a9d625337b32e2959..392a2545d7498f497c72e62034f8a4c38a63190d 100644 (file)
@@ -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>