From 3cea7a349ac55df93b3eac1bf40365e00e472480 Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Fri, 25 Aug 2017 15:53:56 +0200 Subject: Network cleanup (#6310) * Move Connection threads to dedicated files + various cleanups * ConnectionReceiveThread::processPacket now uses function pointer table to route MT packet types * Various code style fixes * Code style with clang-format * Various SharedBuffer copy removal * SharedBuffer cannot be copied anymore using Buffer * Fix many SharedBuffer copy (thanks to delete operator) --- util/travis/clang-format-whitelist.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'util/travis') diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt index 66341d765..1098b12dd 100644 --- a/util/travis/clang-format-whitelist.txt +++ b/util/travis/clang-format-whitelist.txt @@ -171,6 +171,7 @@ src/network/clientopcodes.h src/network/clientpackethandler.cpp src/network/connection.cpp src/network/connection.h +src/network/connectionthreads.cpp src/network/networkpacket.cpp src/network/networkprotocol.h src/network/serveropcodes.cpp -- cgit v1.2.3