From: Mikko Rasa Date: Sat, 21 Sep 2019 15:23:01 +0000 (+0300) Subject: Prevent serializing packets without an ID X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=e6b880a3764447fff13b9fd0aff8e53a02add688;hp=e6b880a3764447fff13b9fd0aff8e53a02add688;p=libs%2Fnet.git Prevent serializing packets without an ID An attempt at such may arise from sending a structure intended to be used as part of other packets, but not a packet on its own. ---