From: Mikko Rasa Date: Sat, 10 Dec 2022 23:21:11 +0000 (+0200) Subject: Refactor the API for defining packets in Protocol X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=1565dec0f4a86e4bda7095dd7415234f7c7a84e9;hp=1565dec0f4a86e4bda7095dd7415234f7c7a84e9;p=libs%2Fnet.git Refactor the API for defining packets in Protocol A variadic template function provides a nicer interface than chained call operators. Required C++ standard version is now C++14 due to deduced automatic return types. ---