From: Guus Sliepen Date: Sun, 18 Mar 2012 15:42:02 +0000 (+0100) Subject: Add datagram mode to the SPTPS protocol. X-Git-Tag: release-1.1pre3~140 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=3a4fe104a06b73fd19c550546e7c65a59ff2afe3;hp=3a4fe104a06b73fd19c550546e7c65a59ff2afe3;p=tinc Add datagram mode to the SPTPS protocol. * Everything is identical except the headers of the records. * Instead of sending explicit message length and having an implicit sequence number, datagram mode has an implicit message length and an explicit sequence number. * The sequence number is used to set the most significant bytes of the counter. ---