REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c
Let's continue the cleanup and get rid of all sample fetch functions
from proto_tcp.c. They're now moved to tcp_sample.c, just as was done
for ssl before 2.2 release. Nothing has changed beyond this.
diff --git a/Makefile b/Makefile
index be916a9..42b3742 100644
--- a/Makefile
+++ b/Makefile
@@ -810,7 +810,7 @@
src/xxhash.o src/mworker-prog.o src/h1_htx.o src/frontend.o \
src/extcheck.o src/channel.o src/action.o src/mailers.o \
src/tcp_act.o src/proto_sockpair.o src/ebmbtree.o src/thread.o \
- src/lb_fwrr.o src/time.o src/regex.o src/lb_fwlc.o \
+ src/tcp_sample.o src/lb_fwrr.o src/time.o src/regex.o src/lb_fwlc.o \
src/htx.o src/h2.o src/hpack-tbl.o src/lru.o src/wdt.o \
src/lb_map.o src/eb32sctree.o src/ebistree.o src/h1.o \
src/sha1.o src/http.o src/fd.o src/ev_select.o src/chunk.o \