summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:24:37 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:24:37 +0200
commit1c0df00bdead4a02df12d610401dd34f7ea59a01 (patch)
tree4a1f69a3c551bd6a117923961e4d354ed48e5643 /curvetun
parent380b3ae23e93cf21cdb194a8e599f64ff40988a7 (diff)
corking: break out udp/tcp cork functions
No, it's not about whine bottles ... move udp and tcp cork functions out of xutils.c, so that we can further let it shrink. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r--curvetun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile
index c54f8e2..44025ac 100644
--- a/curvetun/Makefile
+++ b/curvetun/Makefile
@@ -7,6 +7,7 @@ curvetun-objs = xmalloc.o \
str.o \
stun.o \
patricia.o \
+ corking.o \
trie.o \
hash.o \
curve.o \