From: Sergey Matveev Date: Thu, 8 Dec 2016 20:39:01 +0000 (+0300) Subject: Simple types without useless optimization X-Git-Tag: 7.1^2~20 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=7812f1aca5de73e04ceec6a570772785ed7a8b0d;hp=7812f1aca5de73e04ceec6a570772785ed7a8b0d;p=govpn.git Simple types without useless optimization Protocol type is used only in few places, so no need in extra memory space optimization -- keep code simple. ---