Add datagram mode to the SPTPS protocol.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Mar 2012 15:42:02 +0000 (16:42 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Mar 2012 15:42:02 +0000 (16:42 +0100)
commit3a4fe104a06b73fd19c550546e7c65a59ff2afe3
tree5734e144ae06078b2c3ff4001a342ce27a71d176
parent03e06fd43aff73b4a5c9d367968a1279371ae252
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.
src/protocol_auth.c
src/sptps.c
src/sptps.h
src/sptps_test.c